summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/ayase.scm4
1 files 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)