Add scanner drivers
This commit is contained in:
parent
19b79f8315
commit
66aede16c1
1 changed files with 6 additions and 0 deletions
|
@ -314,6 +314,12 @@ with lib; {
|
||||||
drivers = [pkgs.brlaser pkgs.cups-dymo]; # Brother laser printer & Dymo label printer.
|
drivers = [pkgs.brlaser pkgs.cups-dymo]; # Brother laser printer & Dymo label printer.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Scanner drivers.
|
||||||
|
hardware.sane = {
|
||||||
|
enable = true;
|
||||||
|
extraBackends = [pkgs.cnijfilter2];
|
||||||
|
};
|
||||||
|
|
||||||
# https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111
|
# https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111
|
||||||
networking.firewall.checkReversePath = false;
|
networking.firewall.checkReversePath = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue