From 09fa8a2232268a8d284c97651b4c1c8a7e810852 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Tue, 4 Mar 2025 20:41:25 +0100 Subject: [PATCH] fix: use StateDirectory --- nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos.nix b/nixos.nix index 8ac97ae..ca9b95c 100644 --- a/nixos.nix +++ b/nixos.nix @@ -34,7 +34,7 @@ in ExecStart = "${package}/bin/wormspace ${ escapeShellArg (toString cfg.port) }"; - # WorkingDirectory = cfg.configPackage; + StateDirectory = "wormspace"; DynamicUser = true; User = "wormspace"; };