summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-11-02 22:03:15 +0100
committerLudovic Courtès <ludo@gnu.org>2015-11-02 22:25:12 +0100
commit87f40011462eea9142de9853377b2cee3c0df785 (patch)
tree17d5e63968e9131f877a74d7ddcf742d2ff313f1 /gnu/system
parentaf4c3fd5e37d477bffce167909fbc0776a860204 (diff)
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')
-rw-r--r--gnu/system/examples/desktop.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 41f66f693a9..0e26a7ec5e0 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -3,7 +3,7 @@
3 3
4(use-modules (gnu) (gnu system nss)) 4(use-modules (gnu) (gnu system nss))
5(use-service-modules desktop) 5(use-service-modules desktop)
6(use-package-modules xfce ratpoison wicd avahi xorg certs) 6(use-package-modules xfce ratpoison avahi xorg certs)
7 7
8(operating-system 8(operating-system
9 (host-name "antelope") 9 (host-name "antelope")
@@ -40,7 +40,7 @@
40 ;; Add Xfce and Ratpoison; that allows us to choose 40 ;; Add Xfce and Ratpoison; that allows us to choose
41 ;; sessions using either of these at the log-in screen. 41 ;; sessions using either of these at the log-in screen.
42 (packages (cons* xfce ratpoison ;desktop environments 42 (packages (cons* xfce ratpoison ;desktop environments
43 xterm wicd avahi ;useful tools 43 xterm avahi ;useful tools
44 nss-certs ;for HTTPS access 44 nss-certs ;for HTTPS access
45 %base-packages)) 45 %base-packages))
46 46