mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Printing] enable Brother scanner support
This commit is contained in:
parent
b3bf3716ca
commit
02c8534b01
1 changed files with 7 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ in {
|
|||
extraBackends = with pkgs; [
|
||||
hplipWithPlugin
|
||||
];
|
||||
brscan5.enable = true;
|
||||
brscan4.enable = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = optionals config.services.printing.enable [ 631 139 445 ];
|
||||
|
|
@ -69,6 +71,11 @@ in {
|
|||
"cups-drv-rastertosag-gdi"
|
||||
"cups-kyocera-ecosys-m552x-p502x"
|
||||
"canon-cups-ufr2"
|
||||
"brscan5"
|
||||
"brscan4"
|
||||
"brother-udev-rule-type1"
|
||||
"brscan5-etc-files"
|
||||
"brscan4-etc-files"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue