feat: add ai-worker user to uConsole for Hermes SSH access

This commit is contained in:
2026-06-14 19:52:11 -04:00
committed by Hermes
parent 8423a121eb
commit f06d9028f0

View File

@@ -34,3 +34,12 @@
}
# AI worker user (Hermes access)
users.users.ai-worker = {
isNormalUser = false;
shell = pkgs.bash;
openssh.authorizedKeys.keys = with keys; [
users.ai-worker.main
];
};