Hi :)
I made an update to this patch before I saw your feedback. I fixed some
things. Some comments I will incorporate without reply. The mail below
replies only to those remaining parts.
On Thu 06 Oct 2016 22:25, l...@gnu.org (Ludovic Courtès) writes:
>> +(define %cups-activation
>> + ;; Ac
Hello!
Andy Wingo skribis:
> * gnu/services/cups.scm: New file.
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/cups.scm.
> * doc/guix.texi (Printing Services): New section.
Awesome!
> +One way you might want to customize CUPS is to enable or disable the web
> interface. You can do t
Danny Milosavljevic skribis:
>> + (define %cups-accounts
>> + (list (user-group (name "cups") (system? #t))
>> +(user-account
>> + (name "cups")
>> + (group "cups")
>> + (system? #t)
>> + (comment "CUPS print server user")
>> + (home-directory "/v
Hi,
nice!
> + (define %cups-accounts
> + (list (user-group (name "cups") (system? #t))
> +(user-account
> + (name "cups")
> + (group "cups")
> + (system? #t)
> + (comment "CUPS print server user")
> + (home-directory "/var/empty")
> + (sh
* gnu/services/cups.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/cups.scm.
* doc/guix.texi (Printing Services): New section.
---
doc/guix.texi | 552 +
gnu/local.mk | 1 +
gnu/services/cups.scm | 833 +++