From 62c313d42433951a654cd66d2e839a022e4e9b0c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 7 Mar 2026 14:46:01 +0100 Subject: [PATCH] Edit production working directory Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 57a1b69..3a92c28 100644 --- a/flake.nix +++ b/flake.nix @@ -113,6 +113,7 @@ serviceConfig = { ExecStart = "${self.packages.${system}.default}/bin/default-creds"; + WorkingDirectory = "${self.packages.${system}.default}/share/default-creds"; Restart = "on-failure"; RestartSec = "5s";