diff options
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)))))) |