Adjust how the config is split across files

This commit is contained in:
Vili Sinervä 2025-06-03 00:03:04 +03:00
parent 3146539366
commit 7b943a438d
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
3 changed files with 5 additions and 8 deletions

View file

@ -27,8 +27,9 @@
};
system = "x86_64-linux";
modules = [
{ networking.hostName = host; }
./hosts/${host}/configuration.nix
./hosts/${host}/hardware-configuration.nix
./hosts/${host}/state.nix
];
}
)