aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-03-20 12:39:22 -0600
committerKenny Ballou <kb@devnulllabs.io>2023-03-20 12:39:22 -0600
commit6a71d9d8841fa488fdb796312040a5c6f5ff823f (patch)
treec7cfd522166b773c289876de3a1734126842ce39 /systems
parent4c396de194a7b2cc8a0b9ff7b4768000422511bc (diff)
downloaddotfiles-6a71d9d8841fa488fdb796312040a5c6f5ff823f.tar.gz
dotfiles-6a71d9d8841fa488fdb796312040a5c6f5ff823f.tar.xz
systems/axo: discontinue use of deprecated services
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-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)))