summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-11-20 20:56:12 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-11-20 20:56:12 +0100
commit7e2ee1c923e19acdef8e5ea1875cc57193c2eb5b (patch)
tree42352c514c3435d8cf4821e59ceae7920260b3d0 /systems
parentf414bfbdc1ded5a58a791a26da80fb2809907b36 (diff)
refactor(akashi): stop using %suweren-services
Diffstat (limited to 'systems')
-rw-r--r--systems/akashi.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm
index 7117018..bb4bfaf 100644
--- a/systems/akashi.scm
+++ b/systems/akashi.scm
@@ -39,8 +39,7 @@
gnu:services:guix:guix-home-service-type
home-environments)))
(append systems:%sovereign-services
- %suweren-services
- (list guix-home
+ (list guix-home
((@ (gnu services base) udev-rules-service)
'adb-udev
(@ (gnu packages android) android-udev-rules))))))