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.hardware.secureBoot = enabled;
|
||||
hardware.bluetooth.enable = mkForce false;
|
||||
custom.hardware.bluetooth.enable = true;
|
||||
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 = {
|
||||
enable = true;
|
||||
config = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue