Missing some source file?

This commit is contained in:
2021-08-16 16:20:30 -07:00
parent c3fe6c59e3
commit b5f62d0459
6 changed files with 46 additions and 35 deletions
+2 -3
View File
@@ -8,14 +8,13 @@ in {
./lib
./config
./packages
"${home-manager-package}/nixos"
] ++ pkgs.lib.optional host-config.nixos-system [
(./. + "/config/hardware/${hostname}.nix")
(./. + "/config/host-config/${hostname}.nix")
(./. + "/config/profile-config/${host-config.profile}.nix")
(./. + "/config/domain-config/${host-config.domain}.nix")
(./. + "/config/site-config/${host-config.site}.nix")
"${home-manager-package}/nixos"
];
config = {