Gnu Röoty writes:
[…]
> Here my config.scm :
[…]
> (service cups-service-type
> (cups-configuration
> (web-interface? #t)
> (extensions
> (list cups-filters hplip
This ‘(service cups-service-type …)’ should be inside the ‘(services
(cons* HERE))’.
> (operating-system
> …
> (services
Yeah I have herd status but I dont find the service cups.
I did guix pull before sudo -E guix system reconfigure /etc/config.scm
The command guix --version tell that,
guix (GNU Guix) 2207053542f293980266ab77c920fcd8de2f961b
Here my config.scm :
(use-modules (gnu) (gnu system nss))
(use-service-
Hello,
Gnu Röoty writes:
> Hi I have a problem with the CUPS service.
What is the problem?
Does ‘sudo herd status cups’ tells the service is not started?
What about listening ports and running process?
Does ‘netstat’ response is differ for you?
--8<---cut here---star
Hi I have a problem with the CUPS service.
I put the script
(service cups-service-type
(cups-configuration
(web-interface? #t)
(extensions
(list cups-filters hplip
and I have put in the 'use-service-module cups' and 'use-package-module
cups'
I upgrade my GuixSD with sudo -E guix system recon