aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-04-06 11:35:02 -0600
committerKenny Ballou <kb@devnulllabs.io>2023-04-06 11:35:02 -0600
commit83c516423ac14ad2ba51ac8fbb8cbca0c59379f6 (patch)
tree3a1394fbf4c2b7138354860e2a079591081fbc74 /systems
parent52b655b074747c2ff5b95fc73a36101f5c5fb1ff (diff)
downloaddotfiles-83c516423ac14ad2ba51ac8fbb8cbca0c59379f6.tar.gz
dotfiles-83c516423ac14ad2ba51ac8fbb8cbca0c59379f6.tar.xz
add boltd service
This service allows access to thunderbolt devices via the display manager, e.g., `gdm`. Now gnome-settings -> Privacy -> Thunderbolt shows options for controlling TB devices and authorizing new ones. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/axo.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/axo.scm b/systems/axo.scm
index da50d6ac..3d6bb6eb 100644
--- a/systems/axo.scm
+++ b/systems/axo.scm
@@ -32,6 +32,7 @@
#:use-module (kbg services desktop)
#:use-module (kbg services dict)
#:use-module (kbg services nftables)
+ #:use-module (kbg services boltd)
#:use-module ((kbg system mcron) :prefix mcron:)
#:use-module (kbg system xorg))
@@ -153,6 +154,7 @@
;; NetworkManager, and more.
(services (append (list (service gnome-desktop-service-type)
(service gnome-keyring-service-type)
+ (service boltd-service-type)
(service bluetooth-service-type
(bluetooth-configuration
(name "axo")))