diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/ayase.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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) |