diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-11-20 16:58:55 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-11-20 16:58:55 +0100 |
commit | f414bfbdc1ded5a58a791a26da80fb2809907b36 (patch) | |
tree | 16ff0d807679797629879686423d330e2143ee0e | |
parent | e8c75fea3258b016e32faa73d06999403867774e (diff) |
feat(akashi): include %sovereign-services
-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 |