Adjust how the config is split across files
This commit is contained in:
parent
3146539366
commit
7b943a438d
3 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue