mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Services] Add almost all printing drivers in existence
This commit is contained in:
parent
ebe67827e3
commit
d17f158017
1 changed files with 38 additions and 1 deletions
39
services.nix
39
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue