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 {
|
lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
"${self}/hosts/${hostname}/configuration.nix"
|
"${self}/hosts/${hostname}"
|
||||||
"${self}/options"
|
"${self}/options"
|
||||||
"${self}/modules"
|
"${self}/modules"
|
||||||
{ networking.hostName = hostname; }
|
{ networking.hostName = hostname; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue