wakapi: set StateDirectory (#347431)

authored by

Bruno Bigras and committed by
GitHub
986d7cad 432d5341

+1
+1
nixos/modules/services/web-apps/wakapi.nix
··· 112 RestrictNamespaces = true; 113 RestrictRealtime = true; 114 RestrictSUIDSGID = true; 115 StateDirectoryMode = "0700"; 116 Restart = "always"; 117 };
··· 112 RestrictNamespaces = true; 113 RestrictRealtime = true; 114 RestrictSUIDSGID = true; 115 + StateDirectory = "wakapi"; 116 StateDirectoryMode = "0700"; 117 Restart = "always"; 118 };