about summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/services')
-rw-r--r--system/services/printing/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/services/printing/default.nix b/system/services/printing/default.nix
index 50f94bcb..1d4e58af 100644
--- a/system/services/printing/default.nix
+++ b/system/services/printing/default.nix
@@ -22,8 +22,9 @@
       ensurePrinters = [
         {
           name = "Brother";
+          description = "Brother DCP-9022CDW";
           model = "everywhere";
-          deviceUri = "dnssd://Brother%20DCP-9022CDW._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-30055c773bcf";
+          deviceUri = "ipp://BRWACD1B84F4503.local:631/ipp/print";
         }
       ];
       ensureDefaultPrinter = "Brother";