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:
parent
8021cd05cc
commit
285f461117
|
@ -18,7 +18,7 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
hardware.bluetooth.powerOnBoot = false;
|
||||
hardware.xone.enable = true; # support for the xbox controller USB dongle
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Reference in New Issue