boreal: don't power on bluetooth on boot
No longer needed now that I found my Logitech dongle
This commit is contained in:
parent
bb17432079
commit
26ea717eaa
|
@ -128,6 +128,6 @@ in
|
||||||
|
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue