mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/zeronsd: fix acl permissions
(cherry picked from commit 41f1eadb73
)
This commit is contained in:
parent
b4154b6e9c
commit
5ea9b9f743
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue