fix: remove duplicate ai-worker user definition in configuration.nix

ai-worker is now defined in users/ai-worker/ai-worker.nix module
This commit is contained in:
2026-06-16 19:05:03 -04:00
parent 6c08958730
commit 820de72c0f

View File

@@ -20,16 +20,8 @@
users.ai-worker.main
];
# AI worker user (Hermes SSH access)
users.users.ai-worker = {
isNormalUser = false;
shell = pkgs.bash;
openssh.authorizedKeys.keys = with keys; [
users.ai-worker.main
];
};
# Age secret for gortium password (file created by user)
# Gitsign: sign git commits with age identity
programs.gitsign.enable = true;
age.secrets.gortium_password = {
file = ../secrets/gortium_password.age;
};