refactor: configuration.nix to default.nix
This commit is contained in:
parent
51011f200d
commit
5428b5d59a
6 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in
|
|||
lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
"${self}/hosts/${hostname}/configuration.nix"
|
||||
"${self}/hosts/${hostname}"
|
||||
"${self}/options"
|
||||
"${self}/modules"
|
||||
{ networking.hostName = hostname; }
|
||||
|
|
Loading…
Add table
Reference in a new issue