nixos/netbird: fix state directory mode (#371315)

This commit is contained in:
Pol Dellaiera
2025-01-06 07:01:42 +01:00
committed by GitHub
@@ -425,6 +425,8 @@ in
"netbird-mgmt"
"netbird-mgmt/data"
];
StateDirectoryMode = "0750";
RuntimeDirectoryMode = "0750";
WorkingDirectory = stateDir;
# hardening