summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-26 15:19:20 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-26 15:19:20 +0200
commit09b72456bd69a3365ad98ecd0237b2c1db1ffd95 (patch)
tree7aa867d6fcc507377789ea5b073665add30c802d
parent3fec615c66485d1a87e60ee2ded288f06c0cbc93 (diff)
feat(akashi): enable support for fastboot
-rw-r--r--systems/akashi.scm5
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")
)