From 7fc85fde8f736fd61a058c7443e4d8abbf6092ba Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 2 Sep 2024 11:16:53 +0200 Subject: [PATCH] another meaningless change because I felt like it --- hosts/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"; } ]