cups: Fix scanning on hplip printers
This commit is contained in:
parent
5d868ad1f8
commit
e429bdb946
@ -15,6 +15,10 @@ in {
|
|||||||
drivers = with pkgs; [ hplip ];
|
drivers = with pkgs; [ hplip ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.avahi = {
|
||||||
|
enable = lib.mkForce true;
|
||||||
|
nssmdns = true;
|
||||||
|
};
|
||||||
hardware.sane = {
|
hardware.sane = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraBackends = with pkgs; [ sane-airscan hplip ];
|
extraBackends = with pkgs; [ sane-airscan hplip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user