1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-20 00:19:25 +03:00

nixos/zeronsd: fix acl permissions (#391231)

This commit is contained in:
Aleksana 2025-05-26 12:53:46 +08:00 committed by GitHub
commit f974b3e433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ in
}) cfg.servedNetworks; }) cfg.servedNetworks;
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"a+ /var/lib/zerotier-one - - - - u:zeronsd:x" "a+ /var/lib/zerotier-one - - - - mask::x,u:zeronsd:x"
"a+ /var/lib/zerotier-one/authtoken.secret - - - - mask::r,u:zeronsd:r" "a+ /var/lib/zerotier-one/authtoken.secret - - - - mask::r,u:zeronsd:r"
]; ];