From b5318b48ad7ec5f30406ff407bd2eb922a72caae Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Thu, 13 Mar 2025 20:35:36 +0100 Subject: [PATCH] gorgon: add working printer config --- nixos/gorgon/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/gorgon/configuration.nix b/nixos/gorgon/configuration.nix index c90a2eb..0d6f0cb 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -128,6 +128,13 @@ in ]; }; + hardware.printers.ensurePrinters = [{ + name = "Brother_HL-L2300D"; + model = "everywhere"; + location = "BS"; + deviceUri = "ipp://192.168.101.29:631/printers/Brother_HL-L2300D"; + }]; + environment.systemPackages = with pkgs; [ ghostscript smartmontools