Make the home dir

This commit is contained in:
2023-03-18 00:11:50 -04:00
parent 9b034619a8
commit 7d0af09f86

View File

@@ -21,11 +21,14 @@
${handy_py}/bin/handyhelper
'';
User = "handy";
RuntimeDirectory = "handyhelper";
RuntimeDirectoryMode = "0755";
};
};
users.users = {
handy = {
home = "/var/lib/handyhelper";
useDefaultShell = true;
isSystemUser = true;
group = "handy";
};