Remove unnecessary permissions from ae@hyrule
This commit is contained in:
parent
9863e6a726
commit
759ad1c5b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue