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
+3
View File
@@ -203,6 +203,9 @@
hermes = {
url = "github:NousResearch/hermes-agent";
};
mt7927 = {
url = "github:cmspam/mt7927-nixos";
};
};
outputs = inputs: