From 0f3f3ec23781ba97c336dfcb0e98254a2605b342 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 11 Dec 2023 13:16:55 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e1ac0668..ede96d28 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ in { nixosConfigurations = { # Virtual - osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; type = "small";}; + osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; type = "small"; }; nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; }; # Physical framework-server = libx.mkHost { hostname = "framework-server"; };