allow access to hp printer & scanner

This commit is contained in:
zonsopkomst 2023-04-14 19:35:02 -05:00
parent b3726175fc
commit 0caeb9173a
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
services.printing.enable = true;
# Enable support for SANE scanners.
# Note: Users in the "scanner" group will gain access to the scanner, or the "lp" group if it's also a printer.
# Add "scanner" & "lp" to users `extraGroups` for access to printer & scanner.
hardware.sane.enable = true;
# Enable HP printing drivers & scanner backend
services.printing.drivers = [ hplip ];
services.printing.drivers = [ pkgs.hplip ];
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];