update bluetooth config
This commit is contained in:
parent
41118e188d
commit
9c6fb4ee05
1 changed files with 2 additions and 1 deletions
|
@ -273,7 +273,8 @@
|
||||||
(service bluetooth-service-type
|
(service bluetooth-service-type
|
||||||
(bluetooth-configuration
|
(bluetooth-configuration
|
||||||
(experimental #t)
|
(experimental #t)
|
||||||
(fast-connectable? #t)))
|
(fast-connectable? #t)
|
||||||
|
(auto-enable? #t)))
|
||||||
; yubikey
|
; yubikey
|
||||||
(service pcscd-service-type)
|
(service pcscd-service-type)
|
||||||
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))
|
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))
|
||||||
|
|
Loading…
Reference in a new issue