another meaningless change because I felt like it

This commit is contained in:
jacekpoz 2024-09-02 11:16:53 +02:00
parent aa4c771f27
commit 7fc85fde8f
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -39,9 +39,9 @@
value = createFn host.dir; value = createFn host.dir;
}) hosts); }) hosts);
in createHosts [ in createHosts [
{ dir = ./niks; type = "desktop"; } { dir = ./niks; type = "desktop"; }
{ dir = ./del; type = "desktop"; } { dir = ./del; type = "desktop"; }
{ dir = ./hape; type = "desktop"; } { dir = ./hape; type = "desktop"; }
{ dir = ./chmura; type = "server"; } { dir = ./chmura; type = "server"; }
{ dir = ./work; type = "desktop"; } { dir = ./work; type = "desktop"; }
] ]