Don't turn on bluetooth on boot.

I'm having problems with the bluetooth working correctly when it starts,
so instead I'm going to keep it off and try to manually manage it until
I know what the process for getting it live.
This commit is contained in:
Eli Ribble 2024-09-25 19:09:40 +00:00
parent 8021cd05cc
commit 285f461117
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true; hardware.bluetooth.powerOnBoot = false;
hardware.xone.enable = true; # support for the xbox controller USB dongle hardware.xone.enable = true; # support for the xbox controller USB dongle
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;