fix(bluetooth): disable power on boot
This commit is contained in:
parent
c19c251734
commit
f6edd0d042
|
@ -3,7 +3,7 @@
|
|||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
powerOnBoot = false;
|
||||
disabledPlugins = ["sap"];
|
||||
settings = {
|
||||
General = {
|
||||
|
|
Loading…
Reference in a new issue