common/bluetooth: powerOnBoot by default
This commit is contained in:
parent
cdefda67de
commit
6200f89ef7
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user