diff options
Diffstat (limited to 'systems/akashi.scm')
-rw-r--r-- | systems/akashi.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index 69a4c6c..7117018 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -7,6 +7,8 @@ #:prefix machines:thinkpad-x200:) #:use-module ((suweren commons sudoers) #:prefix suweren:commons:sudoers:) + #:use-module ((systems) + #:prefix systems:) #:use-module (users id1000)) (define root-partition @@ -36,7 +38,8 @@ (guix-home ((@ (gnu services) service) gnu:services:guix:guix-home-service-type home-environments))) - (append %suweren-services + (append systems:%sovereign-services + %suweren-services (list guix-home ((@ (gnu services base) udev-rules-service) 'adb-udev |