From 4826de340e9f20600f4170c1e3879d1835ade5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 29 Apr 2024 13:43:38 +0200 Subject: [PATCH] 298 current 1970-01-01 01:00:00 23.11.20240428.12430e4 6.1.87 * --- hosts/MaxNixosLaptop/configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 0a722bb..91071aa 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -83,6 +83,19 @@ nssmdns = true; openFirewall = true; }; + hardware.printers = { + ensurePrinters = [ + { + name = "Samsung_ML-1630W_Series"; + location = "luhbots"; + deviceUri = "dnssd://Samsung%20ML-1630W%20Series%20(SEC00159937E684)._pdl-datastream._tcp.local/"; + model = "samsung/ML-1630W.ppd"; + ppdOptions = { + PageSize = "A4"; + }; + } + ]; + }; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true;