From 7b7b4fb0eedb94ca52f0278464c9d68e4ca453d1 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 8 Oct 2024 22:31:55 +0200 Subject: [PATCH] cups: Statically add bro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dynamic resolution often fails or at least takes a long time (for reasons I can’t comprehend). --- modules/cups.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/cups.nix b/modules/cups.nix index 408ad0a..b759d03 100644 --- a/modules/cups.nix +++ b/modules/cups.nix @@ -52,6 +52,12 @@ in deviceUri = "ipps://fuuko.lan.shinonome-lab.de:631/printers/etikettierviech"; description = "SII SLP 650"; } + { + name = "bro"; + model = "everywhere"; + deviceUri = "ipps://bro.printer.shinonome-lab.de"; + description = "brother DCP-L2660DW"; + } ]; }) ];