summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home-config/base-system.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/home-config/base-system.scm b/modules/home-config/base-system.scm
index 842c28a..e35e0fa 100644
--- a/modules/home-config/base-system.scm
+++ b/modules/home-config/base-system.scm
@@ -156,7 +156,10 @@
(unix-sock-group "libvirt")
(tls-port "16555")))
(service virtlog-service-type)
- (service bluetooth-service-type)
+ (service bluetooth-service-type
+ (bluetooth-configuration
+ (experimental #t)
+ (fast-connectable? #t)))
(service pam-limits-service-type)
(service fprintd-service-type)
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev")))