summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-09-08 01:02:42 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-09-08 01:02:42 -0400
commit33ab4884f3a71d6962769aa747fb9657b93a8a16 (patch)
tree54ecebd9dda5100597533a4d67d30891bcbd35e0
parent84776eaea698b0ee9d262b7f3f3fa2231886c799 (diff)
fast connect
-rw-r--r--modules/ryan-config/base-system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm
index b31c461..bf16141 100644
--- a/modules/ryan-config/base-system.scm
+++ b/modules/ryan-config/base-system.scm
@@ -175,7 +175,8 @@
175 (service virtlog-service-type) 175 (service virtlog-service-type)
176 (service bluetooth-service-type 176 (service bluetooth-service-type
177 (bluetooth-configuration 177 (bluetooth-configuration
178 (experimental #t))) 178 (experimental #t)
179 (fast-connectable? #t)))
179 (udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))) 180 (udev-rules-service 'fido2 libfido2 #:groups '("plugdev")))
180 181
181 ;; This is the default list of services we 182 ;; This is the default list of services we