From 94a2a60f6fc400295c741bc54b49a7281b61de64 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Sat, 6 Jan 2024 13:03:44 -0700 Subject: systems: bard: update services do not use deprecated service types Signed-off-by: Kenny Ballou --- systems/bard.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'systems') 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) -- cgit v1.2.1