diff options
Diffstat (limited to 'modules/hardware/bluetooth.nix')
| -rw-r--r-- | modules/hardware/bluetooth.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index ede4f77..8400a72 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -1,5 +1,7 @@ { pkgs, ... }: { + boot.kernelParams = [ "btusb" ]; + hardware.bluetooth = { enable = true; powerOnBoot = true; |