nixbld: enable network scanner

force-ssl-main-website
Sébastien Bourdeauducq 2024-01-23 17:35:29 +08:00
parent bae181fd7e
commit 22583c7f8e
1 changed files with 2 additions and 0 deletions

View File

@ -490,6 +490,8 @@ in
services.printing.defaultShared = true;
hardware.sane.enable = true;
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
services.saned.enable = true;
services.saned.extraConfig = "192.168.1.0/24";
services.udev.extraRules =
''