common/bluetooth: powerOnBoot by default

This commit is contained in:
2025-03-14 23:22:59 +01:00
parent cdefda67de
commit 6200f89ef7

View File

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