fix hardware.sane option

This commit is contained in:
Aaron Honeycutt 2024-01-05 23:44:29 +00:00
parent 8d2b62db36
commit 67b105e131

View file

@ -148,7 +148,7 @@
# Scanner support # Scanner support
hardware.sane.enable = true; hardware.sane.enable = true;
hardware.sane.ExtraBackends = [ pkgs.sane-airscan ]; hardware.sane.extraBackends = [ pkgs.sane-airscan ];
services.ipp-usb.enable = true; services.ipp-usb.enable = true;
system.activationScripts.diff = { system.activationScripts.diff = {