diff --git a/hosts/default.nix b/hosts/default.nix index 8a5107a..dc79722 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -39,9 +39,9 @@ value = createFn host.dir; }) hosts); in createHosts [ - { dir = ./niks; type = "desktop"; } - { dir = ./del; type = "desktop"; } - { dir = ./hape; type = "desktop"; } - { dir = ./chmura; type = "server"; } - { dir = ./work; type = "desktop"; } + { dir = ./niks; type = "desktop"; } + { dir = ./del; type = "desktop"; } + { dir = ./hape; type = "desktop"; } + { dir = ./chmura; type = "server"; } + { dir = ./work; type = "desktop"; } ]