commit | 0d994989e1c1a8a573b657bb967557380a7ef30c | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue Mar 07 13:13:12 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue Mar 07 13:13:12 2023 +0000 |
tree | 1dcb7861c6b1614bdf8bf80c9f19b3cd1c8eefea | |
parent | 7528b79cfe565f5f2fc5b7ca60b6d3001a28d96e [diff] |
Enable experimental bluetooth features
diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix index c8432ea..33c1406 100644 --- a/modules/bluetooth.nix +++ b/modules/bluetooth.nix
@@ -1,6 +1,9 @@ { config = { hardware.bluetooth.enable = true; + hardware.bluetooth.settings = { + General.Experimental = true; + }; environment.persistence."/nix/persist".directories = [ "/var/lib/bluetooth" ]; }; }