From 5d17d6d56eb6fa3d94fbe466c62f7a7fb3f7cd2c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 21 Oct 2024 06:52:18 +0200 Subject: refactor(ayase): change the method of importing (suweren services) module --- systems/ayase.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/ayase.scm b/systems/ayase.scm index f881268..bc10886 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -1,4 +1,6 @@ (define-module (systems ayase) + #:use-module ((suweren services) + #:prefix suweren-services:) #:use-module (users id1000)) (define efi-filesystem-uuid @@ -114,7 +116,7 @@ efi-partition))) (define services - (append (@ (suweren services) %distribution-services) + (append suweren-services:%distribution-services (list (gc-workaround-service) (home-services) (libvirt-service) -- cgit v1.2.3