diff options
-rw-r--r-- | modules/ryan-config/base-system.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index ba4e3b3..b31c461 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
@@ -173,7 +173,9 @@ | |||
173 | (libvirt libvirt-ovmf) | 173 | (libvirt libvirt-ovmf) |
174 | (unix-sock-group "libvirt"))) | 174 | (unix-sock-group "libvirt"))) |
175 | (service virtlog-service-type) | 175 | (service virtlog-service-type) |
176 | (service bluetooth-service-type) | 176 | (service bluetooth-service-type |
177 | (bluetooth-configuration | ||
178 | (experimental #t))) | ||
177 | (udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))) | 179 | (udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))) |
178 | 180 | ||
179 | ;; This is the default list of services we | 181 | ;; This is the default list of services we |