fix: set correct working directory and create home for ai-worker

This commit is contained in:
Robert
2026-04-04 17:07:13 -04:00
parent ce20fad4d3
commit 2e749228bb
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
users.users.ai-worker = {
isSystemUser = true;
group = "ai-worker";
home = "/home/ai-worker";
createHome = true;
extraGroups = [ "docker" ];
shell = pkgs.bashInteractive;
openssh.authorizedKeys.keys = [