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
|
# primary user
|
||||||
ae = {
|
ae = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "networkmanager" "docker"];
|
extraGroups = ["wheel"];
|
||||||
shell = pkgs.bash;
|
shell = pkgs.bash;
|
||||||
home = "/home/ae"; # TEMP: remove and replace with home-manager
|
home = "/home/ae"; # TEMP: remove and replace with home-manager
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue