diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index b2a3e79..0a722bb 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -91,7 +91,7 @@ users.users.max = { isNormalUser = true; description = "Max Känner"; - extraGroups = ["networkmanager" "wheel" "libvirtd" "lpadmin"]; + extraGroups = ["networkmanager" "wheel" "libvirtd"]; shell = pkgs.zsh; };