Remove unnecessary permissions from ae@hyrule

This commit is contained in:
Emile Clark-Boman 2025-07-24 13:32:28 +10:00
parent 9863e6a726
commit 759ad1c5b5

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