diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-02 22:03:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-02 22:25:12 +0100 |
commit | 87f40011462eea9142de9853377b2cee3c0df785 (patch) | |
tree | 17d5e63968e9131f877a74d7ddcf742d2ff313f1 /gnu/system/examples | |
parent | af4c3fd5e37d477bffce167909fbc0776a860204 (diff) | |
download | patches-87f40011462eea9142de9853377b2cee3c0df785.tar patches-87f40011462eea9142de9853377b2cee3c0df785.tar.gz |
services: wicd: Add Wicd to the system profile.
* gnu/services/networking.scm (wicd-service-type): Extend
PROFILE-SERVICE-TYPE.
(wicd-service): Mention it in docstring.
* doc/guix.texi (Networking Services): Update documentation
accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove WICD.
Diffstat (limited to 'gnu/system/examples')
-rw-r--r-- | gnu/system/examples/desktop.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index 41f66f693a..0e26a7ec5e 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl @@ -3,7 +3,7 @@ (use-modules (gnu) (gnu system nss)) (use-service-modules desktop) -(use-package-modules xfce ratpoison wicd avahi xorg certs) +(use-package-modules xfce ratpoison avahi xorg certs) (operating-system (host-name "antelope") @@ -40,7 +40,7 @@ ;; Add Xfce and Ratpoison; that allows us to choose ;; sessions using either of these at the log-in screen. (packages (cons* xfce ratpoison ;desktop environments - xterm wicd avahi ;useful tools + xterm avahi ;useful tools nss-certs ;for HTTPS access %base-packages)) |