boreal: don't power on bluetooth on boot

No longer needed now that I found my Logitech dongle
This commit is contained in:
Antoine Martin 2021-07-05 12:30:19 +02:00
parent bb17432079
commit 26ea717eaa

View file

@ -128,6 +128,6 @@ in
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = false;
}; };
} }