parsons/murmur: fix acme
credits for ${pkgs.acl} go to stuebinm
This commit is contained in:
parent
a113c05025
commit
b9eb988aa0
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ in
|
|||
};
|
||||
|
||||
# set ACLs so that the murmur user can read the certificates
|
||||
security.acme.certs."mumble.hacc.space".postRun = "setfacl -Rm u:murmur:rX /var/lib/acme/mumble.hacc.space";
|
||||
security.acme.certs."mumble.hacc.space".postRun = "${pkgs.acl}/bin/setfacl -Rm u:murmur:rX /var/lib/acme/mumble.hacc.space";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue