about summary refs log tree commit diff stats
path: root/sys/svcs/printing/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-07 20:41:21 +0100
committerSoispha <soispha@vhack.eu>2024-02-07 20:41:21 +0100
commit765f20b56840c73a92f2d92c6b5de871e2fe432c (patch)
tree79da9df7ddfb97e846388eef590b92773c6def05 /sys/svcs/printing/default.nix
parentfix(sys/svcs/printing): Configure Cups to be stateless (diff)
downloadnixos-config-765f20b56840c73a92f2d92c6b5de871e2fe432c.tar.gz
nixos-config-765f20b56840c73a92f2d92c6b5de871e2fe432c.zip
fix(sys/svcs/printing): Use correct printer network address
Diffstat (limited to '')
-rw-r--r--sys/svcs/printing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svcs/printing/default.nix b/sys/svcs/printing/default.nix
index 47f00d21..0e142d59 100644
--- a/sys/svcs/printing/default.nix
+++ b/sys/svcs/printing/default.nix
@@ -22,7 +22,7 @@
           name = "Brother";
           description = "Brother DCP-9022CDW";
           model = "everywhere";
-          deviceUri = "ipp://BRWACD1B84F4503.local:631/ipp/print";
+          deviceUri = "dnssd://Brother%20DCP-9022CDW._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-30055c773bcf";
         }
       ];
       ensureDefaultPrinter = "Brother";