diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-11-20 20:56:12 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-11-20 20:56:12 +0100 |
commit | 7e2ee1c923e19acdef8e5ea1875cc57193c2eb5b (patch) | |
tree | 42352c514c3435d8cf4821e59ceae7920260b3d0 /systems | |
parent | f414bfbdc1ded5a58a791a26da80fb2809907b36 (diff) |
refactor(akashi): stop using %suweren-services
Diffstat (limited to 'systems')
-rw-r--r-- | systems/akashi.scm | 3 |
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)))))) |