refactor: configuration.nix to default.nix

This commit is contained in:
Nydragon 2024-10-20 12:14:14 +00:00
parent 51011f200d
commit 5428b5d59a
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
6 changed files with 1 additions and 1 deletions

View file

@ -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; }