diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-11-30 16:35:17 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-11-30 16:35:17 -0600 |
| commit | cdad26dfda64e94d19db576e93793ded9434bd09 (patch) | |
| tree | 82bac4d4a68750b570ebbbb78c4d0749be96c6e1 /hosts/ganymede/iwlwifi.nix | |
| parent | 9882f579108d7c39589c7e96b428dced121bd31a (diff) | |
changes from a long time ago.
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; +} |
