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