diff --git a/configuration.nix b/configuration.nix index 231bed7..3a5d438 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,7 +63,7 @@ free = { isNormalUser = true; description = "free"; - extraGroups = [ "networkmanager" ]; + extraGroups = [ "networkmanager" "wheel"]; }; };