aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2024-01-06 13:03:44 -0700
committerKenny Ballou <kb@devnulllabs.io>2024-01-06 13:03:44 -0700
commit94a2a60f6fc400295c741bc54b49a7281b61de64 (patch)
treefb8dbb7ca0c7c5e8fe427533bef96fb934a451e5 /systems
parentc20143f7da634c68951563f7697153addff73f49 (diff)
downloaddotfiles-94a2a60f6fc400295c741bc54b49a7281b61de64.tar.gz
dotfiles-94a2a60f6fc400295c741bc54b49a7281b61de64.tar.xz
systems: bard: update services
do not use deprecated service types Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/bard.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/systems/bard.scm b/systems/bard.scm
index 1ff57c40..0c2bfd21 100644
--- a/systems/bard.scm
+++ b/systems/bard.scm
@@ -133,8 +133,10 @@
;; (service xfce-desktop-service-type)
;; (service mate-desktop-service-type)
;; (service enlightenment-desktop-service-type)
- (bluetooth-service #:auto-enable? #t)
- (lirc-service)
+ (service bluetooth-service-type
+ (bluetooth-configuration
+ (name "bard")))
+ (service lirc-service-type)
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)