Remove unnecessary permissions from ae@hyrule

This commit is contained in:
do butterflies cry? 2025-07-24 13:32:28 +10:00
parent c91e069d64
commit 2cc783f4a3

View file

@ -82,7 +82,7 @@ in {
# primary user
ae = {
isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "docker"];
extraGroups = ["wheel"];
shell = pkgs.bash;
home = "/home/ae"; # TEMP: remove and replace with home-manager
packages = with pkgs; [