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;
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"
];