From ce90c3363b2fd0cc84f73f0fc629b8511f9638b6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 24 Sep 2022 19:29:32 +0200 Subject: [PATCH] =?UTF-8?q?cups:=20Use=20elma=E2=80=99s=20new=20fqdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/cups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cups.nix b/modules/cups.nix index fc631c9..2b3c6fd 100644 --- a/modules/cups.nix +++ b/modules/cups.nix @@ -25,7 +25,7 @@ lib.mkIf config.sbruder.gui.enable { ] ++ lib.optionals config.sbruder.unfree.allowSoftware [ { name = "elma"; - deviceUri = "socket://elma.home.sbruder.de"; + deviceUri = "socket://elma.fritz.box"; model = "Kyocera/Kyocera ECOSYS P5021cdn.PPD"; } ];