This commit is contained in:
joachimschmidt557 2021-10-05 18:23:25 +02:00
parent d70f587539
commit cdb88e9519
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
4 changed files with 26 additions and 3 deletions

View file

@ -217,8 +217,12 @@
# Enable CUPS to print documents.
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplipWithPlugin ];
hardware.sane.enable = true;
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
hardware.sane = {
enable = true;
brscan4.enable = true;
extraBackends = [ pkgs.hplipWithPlugin ];
};
# Redshift
# services.redshift = {