mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 19:16:47 +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"
|
||||||
"netbird-mgmt/data"
|
"netbird-mgmt/data"
|
||||||
];
|
];
|
||||||
|
StateDirectoryMode = "0750";
|
||||||
|
RuntimeDirectoryMode = "0750";
|
||||||
WorkingDirectory = stateDir;
|
WorkingDirectory = stateDir;
|
||||||
|
|
||||||
# hardening
|
# hardening
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue