moby: enable bluetooth
This commit is contained in:
@@ -249,14 +249,13 @@ in
|
|||||||
# rtl_bt (bluetooth)
|
# rtl_bt (bluetooth)
|
||||||
# anx7688-fw.bin (USB-C chip: power negotiation, HDMI/dock)
|
# anx7688-fw.bin (USB-C chip: power negotiation, HDMI/dock)
|
||||||
# ov5640_af.bin (camera module)
|
# ov5640_af.bin (camera module)
|
||||||
# hardware.firmware = [ config.mobile.device.firmware ];
|
|
||||||
# hardware.firmware = [ pkgs.rtl8723cs-firmware ];
|
# hardware.firmware = [ pkgs.rtl8723cs-firmware ];
|
||||||
hardware.firmware = [
|
hardware.firmware = [
|
||||||
(pkgs.linux-firmware-megous.override {
|
(pkgs.linux-firmware-megous.override {
|
||||||
# rtl_bt = false probably means no bluetooth connectivity.
|
# rtl_bt = false probably means no bluetooth connectivity.
|
||||||
# N.B.: DON'T RE-ENABLE without first confirming that wake-on-lan works during suspend (rtcwake).
|
# N.B.: DON'T RE-ENABLE without first confirming that wake-on-lan works during suspend (rtcwake).
|
||||||
# it seems the rtl_bt stuff ("bluetooth coexist") might make wake-on-LAN radically more flaky.
|
# it seems the rtl_bt stuff ("bluetooth coexist") might make wake-on-LAN radically more flaky.
|
||||||
rtl_bt = false;
|
# rtl_bt = false;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user