feat(14900k): add MediaTek MT7927 WiFi and Bluetooth support

Add a private module to enable MediaTek MT7927 (Filogic 380) support.
This includes a firmware path fix for Bluetooth and a systemd service
to force-load patched out-of-tree kernel modules, bypassing in-tree
drivers that lack support for this hardware on nixos-unstable.
This commit is contained in:
2026-07-15 10:37:43 -03:00
parent 645e1f0f31
commit f3d358ce12
3 changed files with 111 additions and 1 deletions
+1 -1
View File
@@ -23,6 +23,7 @@
./_private/streaming-display.nix
./_private/ai.nix
./_private/media-disk.nix
./_private/mediatek-mt7927.nix
./_private/jellyfin-nfs-export.nix
./_private/moonfin-flatpak.nix
];
@@ -44,7 +45,6 @@
libvdpau-va-gl
];
};
environment.sessionVariables = {
LIBVA_DRIVER_NAME = "iHD";
# Force VA-API to use the Intel iGPU render node (otherwise libva may pick NVIDIA and iHD fails).