common/bluetooth: powerOnBoot by default

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-14 23:22:59 +01:00
parent cdefda67de
commit 6200f89ef7
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -245,9 +245,12 @@ in {
];
};
hardware.bluetooth.settings = {
General = {
Enable = "Source,Sink,Media,Socket";
hardware.bluetooth = {
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
};
};
};
}