summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/ayase/system-configuration.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm
index 8f1357b..0c533a5 100644
--- a/systems/ayase/system-configuration.scm
+++ b/systems/ayase/system-configuration.scm
@@ -67,9 +67,9 @@
package-specifications))
(define system-services
- (list (service openssh-service-type)
- (service tor-service-type)
- (service cups-service-type)))
+ (list (service cups-service-type)
+ (service openssh-service-type)
+ (service tor-service-type)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;