Stargate bluetooth partial fix
This commit is contained in:
parent
7d407bbd0b
commit
5e118b4063
2 changed files with 10 additions and 1 deletions
|
|
@ -108,9 +108,16 @@ in {
|
||||||
};
|
};
|
||||||
custom.presets.default = enabled;
|
custom.presets.default = enabled;
|
||||||
custom.hardware.secureBoot = enabled;
|
custom.hardware.secureBoot = enabled;
|
||||||
hardware.bluetooth.enable = mkForce false;
|
custom.hardware.bluetooth.enable = true;
|
||||||
custom.impermanence = enabled;
|
custom.impermanence = enabled;
|
||||||
|
|
||||||
|
hardware.enableAllHardware = true;
|
||||||
|
hardware.enableAllFirmware = true;
|
||||||
|
boot.kernelModules = [
|
||||||
|
# get wifi drivers to work for Realtek Wifi RTL8852CE
|
||||||
|
"rtw89_8852ce"
|
||||||
|
];
|
||||||
|
|
||||||
custom.users.kylekrein = {
|
custom.users.kylekrein = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {};
|
config = {};
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
"met"
|
"met"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
"wiz"
|
"wiz"
|
||||||
|
"thermopro"
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
http = {
|
http = {
|
||||||
|
|
@ -48,4 +49,5 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
users.users.hass.extraGroups = ["bluetooth"];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue