its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
15 changed files with 456 additions and 52 deletions
Showing only changes of commit f06d9028f0 - Show all commits

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
];
};