From 90f457d197aef5ffcc80fedbd57585f6c088e1df Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Wed, 9 Oct 2024 02:54:49 -0400 Subject: [PATCH] wakapi: set StateDirectory fix #347393 --- nixos/modules/services/web-apps/wakapi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-apps/wakapi.nix b/nixos/modules/services/web-apps/wakapi.nix index 2dbfb6d9b3d5..a38df9c8878a 100644 --- a/nixos/modules/services/web-apps/wakapi.nix +++ b/nixos/modules/services/web-apps/wakapi.nix @@ -112,6 +112,7 @@ in RestrictNamespaces = true; RestrictRealtime = true; RestrictSUIDSGID = true; + StateDirectory = "wakapi"; StateDirectoryMode = "0700"; Restart = "always"; };