mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/netbird: fix state directory mode
This commit is contained in:
parent
ff809df511
commit
8e44bd9c66
1 changed files with 2 additions and 0 deletions
|
@ -425,6 +425,8 @@ in
|
|||
"netbird-mgmt"
|
||||
"netbird-mgmt/data"
|
||||
];
|
||||
StateDirectoryMode = "0750";
|
||||
RuntimeDirectoryMode = "0750";
|
||||
WorkingDirectory = stateDir;
|
||||
|
||||
# hardening
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue