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
1 changed files with 1 additions and 1 deletions
|
|
@ -128,6 +128,6 @@ in
|
||||||
|
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue