From 52cca635745b64d08164888cc8e2af215df2106a Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 21 Apr 2022 17:34:12 +0200 Subject: Reorder Services * system-configuration.scm (services): Reorder services into alphabetical order. --- system-configuration.scm | 4 ++-- 1 file 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 ) ) ) ) -- cgit v1.2.3