diff --git a/configuration.nix b/configuration.nix index 5d15267..362eeaa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,7 +63,7 @@ free = { isNormalUser = true; description = "free"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" ]; }; };