diff --git a/configuration.nix b/configuration.nix index f404f3f..5cb2da9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,7 +68,7 @@ users.users.ekzyis = { isNormalUser = true; home = "/home/ekzyis"; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ ]; };