From 1a67a3eeaac68a15516b36ddecdde83c76c99a52 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 8 Oct 2025 14:28:19 -0700 Subject: Modularize printer configuration --- hosts/arrakis/hardware-configuration.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'hosts/arrakis/hardware-configuration.nix') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 1948809..0d24c12 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -84,19 +84,5 @@ open = true; package = if finalPkg == betaPkg then betaPkg else finalPkg; }; - - printers = let - brother = "Brother_HL-L2340D"; - ip = "192.168.1.20"; - in { - ensureDefaultPrinter = brother; - ensurePrinters = [{ - name = brother; - deviceUri = "ipp://${ip}/ipp"; - model = "everywhere"; - description = lib.replaceStrings [ "_" ] [ " " ] brother; - location = "home"; - }]; - }; }; } -- cgit v1.2.3