all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* CUPS-configuration for network-printer
@ 2022-03-12 22:54 dac9
  0 siblings, 0 replies; only message in thread
From: dac9 @ 2022-03-12 22:54 UTC (permalink / raw)
  To: help-guix

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-12 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12 22:54 CUPS-configuration for network-printer dac9

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.