aboutsummaryrefslogtreecommitdiff
path: root/systems/axo.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/axo.scm')
-rw-r--r--systems/axo.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/systems/axo.scm b/systems/axo.scm
index b9c97b18..6eac47c2 100644
--- a/systems/axo.scm
+++ b/systems/axo.scm
@@ -153,8 +153,10 @@
;; NetworkManager, and more.
(services (append (list (service gnome-desktop-service-type)
(service gnome-keyring-service-type)
- ;;(geoclue-service)
- (bluetooth-service #:auto-enable? #t)
+ (service geoclue-service-type)
+ (service bluetooth-service-type
+ (bluetooth-configuration
+ (name "axo")))
(service cups-service-type
(cups-configuration
(web-interface? #t)))