diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-08 00:57:58 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-08 00:57:58 -0400 |
| commit | 84776eaea698b0ee9d262b7f3f3fa2231886c799 (patch) | |
| tree | 8064a373a6246ae2640ee9d5d488ba4f31b0b3ca /modules | |
| parent | f9f087f055dcca066b74da159a448ed227f26e7e (diff) | |
added experimental for headphone battery :3
Diffstat (limited to 'modules')
| -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 |
