This commit is contained in:
Sandro - 2023-01-03 03:04:54 +01:00
parent 7a3e6062f2
commit 0bccdeeebb
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@
inherit system;
modules = [
({ ... }: {
(_: {
_module.args = {
inherit hostRegistry inputs zentralwerk;
};

View File

@ -43,7 +43,7 @@ in
sops.defaultSopsFile = ./secrets.yaml;
sops.secrets."ldap/search-user-pw" = {
owner = config.users.users.dovecot2.name;
group = config.users.users.dovecot2.group;
inherit (config.users.users.dovecot2) group;
};
services = {