help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CUPS-configuration for network-printer


From: dac9
Subject: CUPS-configuration for network-printer
Date: Sat, 12 Mar 2022 23:54:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Icedove/91.5.0

Hi guys

I'm trying to configure my network-printer with "config.scm" as follow:

  (services

    (append

      (list

        (service cups-service-type

          (cups-configuration

            (web-interface? #t)

            (browsing? #f)

            (default-paper-size "A4")

            (default-language "en")

            (listen '("127.0.0.1:631"))

            (preserve-job-files #f)

            (extensions

              (list

                 cups-filters

                 hplip-minimal

              )

            )

          )

        )

My problem is: I don't know how to set the hpp-file and the printer-address (192.168.50.2:9100).

Thanks in advance

dac


reply via email to

[Prev in Thread] Current Thread [Next in Thread]