summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system-configuration.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/system-configuration.scm b/system-configuration.scm
index 70b0cce..38f9c39 100644
--- a/system-configuration.scm
+++ b/system-configuration.scm
@@ -44,13 +44,13 @@
( services
( append
( list
- ( service gnome-desktop-service-type )
+ ( service cups-service-type )
( service openssh-service-type )
+ ( service gnome-desktop-service-type )
( service tor-service-type
( tor-configuration
( config-file
( local-file "torrc" ) ) ) )
- ( service cups-service-type )
( set-xorg-configuration
( xorg-configuration
( keyboard-layout keyboard-layout ) ) ) )