From 3dad0afc38d95013f7de2e2df3b0efabc9a63a58 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 25 May 2024 18:37:07 +0200 Subject: sort fields of ayase system-services --- systems/ayase/system-configuration.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'systems/ayase') 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))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3