hermes changes

This commit is contained in:
2026-07-09 10:15:06 -05:00
parent 015de3eade
commit 82dd99c699
7 changed files with 93 additions and 134 deletions
+4 -1
View File
@@ -4,7 +4,10 @@
users.users.${username} = {
isNormalUser = true;
description = "${username}";
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"docker"
];
shell = pkgs.zsh;
};
nix.settings.allowed-users = [ "@wheel" ];
+2
View File
@@ -15,6 +15,8 @@ alias gc='git commit'
alias gp='git push'
alias gs='git status'
alias hermes-age='cd /etc/rice-flakes/modules/hermes/secrets && sudo EDITOR=nvim agenix -e ./hermes-env.age -i /etc/ssh/ssh_host_ed25519_key'
ga() {
if [[ -z "$1" ]]; then
git add -u