diff --git a/deploy/flake.nix b/deploy/flake.nix index 86bd076..19d137c 100644 --- a/deploy/flake.nix +++ b/deploy/flake.nix @@ -16,6 +16,7 @@ wantedBy = ["networking-online.target"]; enable = true; serviceConfig = { + WorkingDirectory = config.users.users.handy.home; ExecStart = '' ${handy_py}/bin/handyhelper '';