default.nix -> configuration.nix
This commit is contained in:
parent
84d9ffe45f
commit
da1c3b4c88
|
@ -171,7 +171,7 @@
|
|||
|
||||
imports = let ifExists = p: if builtins.pathExists p then p else {}; in [
|
||||
./base.nix
|
||||
"${self}/hosts/${hostname}" # (ifExists "${self}/hosts/${hostname}")
|
||||
"${self}/hosts/${hostname}/configuration.nix"
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.home-manager.nixosModule
|
||||
#inputs.nix-index-database.nixosModules.nix-index # TODO: fix?
|
||||
|
|
Loading…
Reference in New Issue