Unverified Commit 8e44bd9c authored by Patrick's avatar Patrick
Browse files

nixos/netbird: fix state directory mode

parent ff809df5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -425,6 +425,8 @@ in
          "netbird-mgmt"
          "netbird-mgmt/data"
        ];
        StateDirectoryMode = "0750";
        RuntimeDirectoryMode = "0750";
        WorkingDirectory = stateDir;

        # hardening