fixing funny sogo sops problem
This commit is contained in:
parent
1e93c28e5a
commit
86a615bbf0
6 changed files with 24 additions and 12 deletions
|
@ -63,7 +63,16 @@ in
|
|||
|
||||
"${portunusGroup}" = {
|
||||
name = "${portunusGroup}";
|
||||
members = [ "${portunusUser}" ];
|
||||
members = [
|
||||
"${portunusUser}"
|
||||
config.systemd.services."matrix-synapse".serviceConfig.User
|
||||
config.systemd.services.sogo.serviceConfig.User
|
||||
config.systemd.services.hedgedoc.serviceConfig.User
|
||||
config.systemd.services.mailman.serviceConfig.User
|
||||
config.systemd.services."mailman-web-setup".serviceConfig.User
|
||||
config.systemd.services.hyperkitty.serviceConfig.User
|
||||
config.systemd.services.nslcd.serviceConfig.User
|
||||
];
|
||||
};
|
||||
"${ldapGroup}" = {
|
||||
name = "${ldapGroup}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue