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;