diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-15 12:03:58 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-15 12:03:58 -0500 |
| commit | d2aecd69c17fa64305c07333686576152432993d (patch) | |
| tree | 2f52c7808a6cbd57ef60284947d3728a38cfab34 /hosts/ganymede/iwlwifi.nix | |
| parent | f5ef0cf848e65d4fea2be8dee7bc1c72ad67046f (diff) | |
changes.
Diffstat (limited to 'hosts/ganymede/iwlwifi.nix')
| -rw-r--r-- | hosts/ganymede/iwlwifi.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/hosts/ganymede/iwlwifi.nix b/hosts/ganymede/iwlwifi.nix deleted file mode 100644 index 729034f..0000000 --- a/hosts/ganymede/iwlwifi.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ - # 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; -} |
