summaryrefslogtreecommitdiff
path: root/gnu/system/examples
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-03-28 22:46:58 +0100
committerLudovic Courtès <ludo@gnu.org>2019-03-28 23:06:59 +0100
commit971e6560eb7b852ccc30d0891c2b7d26e5d0971a (patch)
treec68f17016a738814eb8de5c994b610d57987965b /gnu/system/examples
parentc9711f9347522771a25ce608fb6ff54ef2f28e2f (diff)
downloadguix-patches-971e6560eb7b852ccc30d0891c2b7d26e5d0971a.tar
guix-patches-971e6560eb7b852ccc30d0891c2b7d26e5d0971a.tar.gz
system: Fix typo in desktop example.
The typo was introduced in 391e0d65d7129d53c025963d2758724e75626eb4. * gnu/system/examples/desktop.tmpl: Use XFCE-DESKTOP-SERVICE-TYPE, not XFCE-DESKTOP-SERVICE.
Diffstat (limited to 'gnu/system/examples')
-rw-r--r--gnu/system/examples/desktop.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index d0e3ff56e8..ff4c12b24a 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -58,7 +58,7 @@
;; include the X11 log-in service, networking with
;; NetworkManager, and more.
(services (append (list (service gnome-desktop-service-type)
- (service xfce-desktop-service))
+ (service xfce-desktop-service-type))
%desktop-services))
;; Allow resolution of '.local' host names with mDNS.