diff --git a/hosts/modules/hal/pine64.nix b/hosts/modules/hal/pine64.nix index 1a6a31d37..3f5285e9e 100644 --- a/hosts/modules/hal/pine64.nix +++ b/hosts/modules/hal/pine64.nix @@ -249,14 +249,13 @@ in # rtl_bt (bluetooth) # anx7688-fw.bin (USB-C chip: power negotiation, HDMI/dock) # ov5640_af.bin (camera module) - # hardware.firmware = [ config.mobile.device.firmware ]; # hardware.firmware = [ pkgs.rtl8723cs-firmware ]; hardware.firmware = [ (pkgs.linux-firmware-megous.override { # 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). # it seems the rtl_bt stuff ("bluetooth coexist") might make wake-on-LAN radically more flaky. - rtl_bt = false; + # rtl_bt = false; }) ];