default.nix -> configuration.nix

This commit is contained in:
Peder Bergebakken Sundt 2024-08-16 00:41:33 +02:00
parent 84d9ffe45f
commit da1c3b4c88
11 changed files with 1 additions and 1 deletions

View File

@ -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?