security/acme: mumble cert readable by murmur group

the postRun thing doesn't seem to work at all anymore?
keep-around/ad9c1f44812af3ee8b875f5d15b130b5529629f1
stuebinm 2022-01-12 23:50:07 +01:00
parent f800057478
commit ad9c1f4481
No known key found for this signature in database
GPG Key ID: 8FBE8AAD32FA12B7
1 changed files with 1 additions and 0 deletions

View File

@ -41,4 +41,5 @@ in
# set ACLs so that the murmur user can read the certificates
security.acme.certs."mumble.hacc.space".postRun = "${pkgs.acl}/bin/setfacl -Rm u:murmur:rX /var/lib/acme/mumble.hacc.space";
security.acme.certs."mumble.hacc.space".group = "murmur";
}