fix: printer

This commit is contained in:
2026-01-23 18:32:10 -05:00
parent cbcf476002
commit abcbc3250a
4 changed files with 12 additions and 13 deletions

View File

@@ -24,7 +24,7 @@
*Manufacturer: "Canon"
*NickName: "Canon PIXMA iX6820-AirPrint"
*Throughput: 12
*APSupplies: "http://954290000000.local/index.html?PAGE_AAP"
*APSupplies: "http://10.0.60.45/index.html?PAGE_AAP"
*cupsSingleFile: True
*cupsFilter2: "image/jpeg image/jpeg 0 maxsize(12582912) -"
*cupsFilter: "image/jpeg 0 -"

View File

@@ -1,8 +1,9 @@
{ config
, lib
, pkgs
, namespace
, ...
{
config,
lib,
pkgs,
namespace,
...
}:
let
inherit (lib) mkIf mkEnableOption;
@@ -21,7 +22,7 @@ in
{
name = "Canon_PIXMA_iX6820";
location = "Home";
deviceUri = "ipp://954290000000.local:631/ipp/print";
deviceUri = "ipp://10.0.60.45:631/ipp/print";
model = "Canon_PIXMA_iX6820.ppd";
ppdOptions = {
PageSize = "4x6.Fullbleed";