Commit 5958e9e17558
Changed files (1)
modules
profiles
modules/profiles/scanning.nix
@@ -17,10 +17,12 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
saneFrontends
+ saneBackends
simple-scan
];
hardware.sane = {
enable = true;
+ extraConfig = { "pixma" = "bjnp://192.168.12.70"; };
};
};
}