unofficial mirror of help-guix@gnu.org 
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).