This commit is contained in:
2023-03-18 00:05:02 -04:00
parent 6482d52f0b
commit 9b034619a8

View File

@@ -16,6 +16,7 @@
wantedBy = ["networking-online.target"];
enable = true;
serviceConfig = {
WorkingDirectory = config.users.users.handy.home;
ExecStart = ''
${handy_py}/bin/handyhelper
'';