From d17f15801755827c645f1bf9076e05bef38f7f6a Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Wed, 9 Mar 2022 00:34:44 +0100 Subject: [PATCH] [Services] Add almost all printing drivers in existence --- services.nix | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/services.nix b/services.nix index b1d3a99..a9f495b 100644 --- a/services.nix +++ b/services.nix @@ -67,6 +67,23 @@ in { hplipWithPlugin gutenprint splix + brlaser + cups-bjnp + # cups-dymo + # cups-zj-58 + # cups-kyocera + cups-filters + carps-cups + # cups-kyodialog3 + cups-brother-hl1110 + cups-toshiba-estudio + cups-brother-hl1210w + hll2390dw-cups + cups-brother-hl3140cw + cups-brother-hll2340dw + cups-drv-rastertosag-gdi + # cups-kyocera-ecosys-m552x-p502x + canon-cups-ufr2 ]; webInterface = mkDefault false; }; @@ -79,7 +96,27 @@ in { ]; }; - aviallon.programs.allowUnfreeList = [ "hplip" "hplipWithPlugin" ]; + aviallon.programs.allowUnfreeList = [ + "hplip" + "hplipWithPlugin" + "cups-bjnp" + "cups-dymo" + "cups-zj-58" + "cups-kyocera" + "cups-filters" + "carps-cups" + "cups-kyodialog3" + "cups-brother-hl1110" + "cups-toshiba-estudio" + "cups-brother-hl1210w" + "cups-brother-hl1210W" + "hll2390dw-cups" + "cups-brother-hl3140cw" + "cups-brother-hll2340dw" + "cups-drv-rastertosag-gdi" + "cups-kyocera-ecosys-m552x-p502x" + "canon-cups-ufr2" + ]; services.fwupd.enable = true;