Add prosody to nginx group
This commit is contained in:
parent
17168caa41
commit
54f30c0120
@ -35,7 +35,10 @@ in {
|
||||
networking.extraHosts = ''
|
||||
${network.architect-lan} ${domain}
|
||||
${network.architect-wg} ${domain}
|
||||
'';
|
||||
'';
|
||||
|
||||
users.groups.acme.members = [ "prosody" ];
|
||||
users.groups = {
|
||||
acme.members = [ "prosody" ];
|
||||
nginx.members = [ "prosody" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user