From 663c6f22899c2326845d55a989869e83a6e4f644 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 20 Nov 2024 05:35:55 +0100 Subject: refactor(ayase): modernize (suweren services) import --- systems/ayase.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/ayase.scm b/systems/ayase.scm index 0f9d52e..65414f9 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -11,7 +11,7 @@ #:use-module ((suweren commons sudoers) #:prefix suweren:commons:sudoers:) #:use-module ((suweren services) - #:prefix suweren-services:) + #:prefix suweren:services:) #:use-module ((suweren system) #:prefix suweren:system:) #:use-module (users id1000)) @@ -129,7 +129,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