help-guix
[Top][All Lists]
Advanced

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

Deleting services from %desktop-services in operating system declaration


From: swedebugia
Subject: Deleting services from %desktop-services in operating system declaration
Date: Wed, 20 Jan 2016 13:42:11 +0100
User-agent: Riseup mail

Hi

I have trouble getting the syntax right to delete avahi and wicd from my config.scm.

This did not work (inspecting with the REPL):
  (services (cons* (tor-service) %desktop-services))
  (modify-services (alist-delete
                     wicd-service
                     %desktop-services))
  (modify-services (alist-delete
                     avahi-service
                     %desktop-services))

Neither this:
  (services (cons* (tor-service) %desktop-services))
  (modify-services (alist-delete
                     wicd-service
                     avahi-service
                     %desktop-services))

The manual does not yet have examples of how to delete one or more entries from the %base-services or other lists.

Help would be appreciated :)

cheers
swedebugia



reply via email to

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