diff --git a/systems/BASED.nix b/systems/BASED.nix index 4fc9c80..4f38661 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -81,7 +81,7 @@ programs.ssh.startAgent = true; services.printing.enable = lib.mkDefault true; - services.printing.drivers = with pkgs; [hplip hplipWithPlugin gutenprint gutenprintBin]; + services.printing.drivers = with pkgs; [gutenprint gutenprintBin]; services.avahi = { enable = true; nssmdns4 = true;