diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-19 15:22:53 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-19 15:22:53 -0600 |
| commit | 7fc4bb05905697e6a43fa3805da45768ea9a9858 (patch) | |
| tree | 8d2857bb18ea5808f254e663f6da654313ab94b1 /hosts/ganymede/iwlwifi.nix | |
| parent | 5a5b183373c3732d96bb834b3ba0fcf2e88e590f (diff) | |
| parent | cdad26dfda64e94d19db576e93793ded9434bd09 (diff) | |
merge from main
Diffstat (limited to 'hosts/ganymede/iwlwifi.nix')
| -rw-r--r-- | hosts/ganymede/iwlwifi.nix | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/hosts/ganymede/iwlwifi.nix b/hosts/ganymede/iwlwifi.nix new file mode 100644 index 0000000..729034f --- /dev/null +++ b/hosts/ganymede/iwlwifi.nix @@ -0,0 +1,23 @@ +{ + # Append Kernel modules + boot.kernelModules = [ + "brcmfmac" + "brcmutil" + "iwlmvm" + "iwlwifi" + "mmc_core" + "mt76_usb" + "mt76" + "mt76x0_common" + "mt76x02_lib" + "mt76x02_usb" + "mt76x0u" + "r8188eu" + "rtl_usb" + "rtl8192c_common" + "rtl8192cu" + "rtlwifi" + ]; + hardware.enableAllFirmware = true; + hardware.enableRedistributableFirmware = true; +} |
