From 11a6b1d22825e80b1796a3de9a384b2e1b4cb8fb Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 23 May 2024 10:15:37 +0200 Subject: ayase system-configuration: use %distribution-services: add nonguix substitutes --- systems/ayase/system-configuration.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'systems/ayase') diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm index 7e050bf..9fce668 100644 --- a/systems/ayase/system-configuration.scm +++ b/systems/ayase/system-configuration.scm @@ -1,10 +1,10 @@ (define-module (systems ayase system-configuration) #:use-module (gnu) #:use-module (gnu services cups) - #:use-module (gnu services desktop) #:use-module (gnu services networking) #:use-module (gnu services ssh) - #:use-module (gnu services xorg)) + #:use-module (gnu services xorg) + #:use-module (services distribution)) ;; DATA @@ -76,6 +76,5 @@ system-packages)) (timezone "Europe/Warsaw") (locale "pl_PL.utf8") - (services (append %desktop-services - ;; %distribution-services + (services (append %distribution-services system-services))) -- cgit v1.2.3