Make a hosts directory.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
c1 = mkNixos "c1" [ ./c1.nix ];
|
||||
c1 = mkNixos "c1" [ ./hosts/c1 ];
|
||||
};
|
||||
|
||||
deploy = {
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
{
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
./compute-node.nix
|
||||
./c1-hardware.nix
|
||||
../common/compute-node.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
networking.hostName = hostname;
|
||||
Reference in New Issue
Block a user