mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
fix hardware.sane option
This commit is contained in:
parent
8d2b62db36
commit
67b105e131
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
|||
|
||||
# Scanner support
|
||||
hardware.sane.enable = true;
|
||||
hardware.sane.ExtraBackends = [ pkgs.sane-airscan ];
|
||||
hardware.sane.extraBackends = [ pkgs.sane-airscan ];
|
||||
services.ipp-usb.enable = true;
|
||||
|
||||
system.activationScripts.diff = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue