From 9b034619a888a395eb30f25d2e437837b89a2843 Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Sat, 18 Mar 2023 00:05:02 -0400 Subject: [PATCH] Nvm --- deploy/flake.nix | 1 + 1 file changed, 1 insertion(+) 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 '';