waffentrager: add nextcloud, config: remove private inputs

This commit is contained in:
2024-03-25 19:46:18 +01:00
parent cd78aabf19
commit a9146bb628
9 changed files with 70 additions and 6 deletions
-2
View File
@@ -19,7 +19,6 @@ let
(materusFlake.selfPath + "/configurations/shared/home/${username}")
(materusFlake.selfPath + "/configurations/host/${host}/home/${username}")
profiles.homeProfile
inputs.private.homeModule
materusFlake.nixosConfigurations.${host}.materusCfg.configInputs.sops-nix.homeManagerModules.sops
];
};
@@ -49,7 +48,6 @@ let
modules = [
./${username}
profiles.homeProfile
inputs.private.homeModule
materusCfg.configInputs.sops-nix.homeManagerModules.sops
];
};