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
19 changed files with 729 additions and 176 deletions
Showing only changes of commit 820de72c0f - Show all commits

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