Major update to handle multiple systems

This commit is contained in:
Emmet
2025-02-12 14:12:11 -06:00
parent 0453901d17
commit cd1d2d866b
34 changed files with 2040 additions and 456 deletions

View File

@ -51,6 +51,7 @@
# host specific config
{ config.networking.hostName = host; }
(./hosts + "/${host}")
(inputs.secrets.hostSecrets.${host})
# my modules
./modules/system
@ -123,6 +124,7 @@
secrets = {
url = "path:/etc/nixos.secrets";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}