add archives group

This commit is contained in:
2025-10-16 20:02:17 -05:00
parent 8438c58c19
commit 0fd7319de6
6 changed files with 36 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
users = {
blake = {
isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "docker" "media" "podman" "minecraft"]; # Enable sudo for the user.
extraGroups = ["wheel" "networkmanager" "docker" "media" "podman" "minecraft" "archives" ]; # Enable sudo for the user.
uid = 1000;
shell = pkgs.zsh;
group = "blake";