Statix
parent
7a3e6062f2
commit
0bccdeeebb
|
@ -244,7 +244,7 @@
|
|||
inherit system;
|
||||
|
||||
modules = [
|
||||
({ ... }: {
|
||||
(_: {
|
||||
_module.args = {
|
||||
inherit hostRegistry inputs zentralwerk;
|
||||
};
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue