diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-26 15:19:20 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-26 15:19:20 +0200 |
commit | 09b72456bd69a3365ad98ecd0237b2c1db1ffd95 (patch) | |
tree | 7aa867d6fcc507377789ea5b073665add30c802d /systems | |
parent | 3fec615c66485d1a87e60ee2ded288f06c0cbc93 (diff) |
feat(akashi): enable support for fastboot
Diffstat (limited to 'systems')
-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 660656a..68b3b34 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -40,7 +40,10 @@ home-environments)) (keyboard-layout* (keyboard-layout "pl")) - (services* (list guix-home)) + (services* (list guix-home + ((@ (gnu services base) udev-rules-service) + 'adb-udev + (@ (gnu packages android) android-udev-rules)))) (timezone* "Europe/Warsaw") ;; (locale* "en_US.utf8") ) |