feat(wim): don't turn on bluetooth on boot
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-03 11:54:49 -05:00
parent fdb7c08643
commit 5c94aeb86a

View file

@ -89,7 +89,7 @@
bluetooth = { bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = false;
}; };
}; };