Make a hosts directory.

This commit is contained in:
2023-06-30 07:19:13 +01:00
parent edcdb13c03
commit 1e3a708ce4
4 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
};
in {
nixosConfigurations = {
c1 = mkNixos "c1" [ ./c1.nix ];
c1 = mkNixos "c1" [ ./hosts/c1 ];
};
deploy = {