From 765f20b56840c73a92f2d92c6b5de871e2fe432c Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 7 Feb 2024 20:41:21 +0100 Subject: fix(sys/svcs/printing): Use correct printer network address --- sys/svcs/printing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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"; -- cgit 1.4.1