From cdad26dfda64e94d19db576e93793ded9434bd09 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:35:17 -0600 Subject: changes from a long time ago. --- hosts/ganymede/iwlwifi.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hosts/ganymede/iwlwifi.nix (limited to 'hosts/ganymede/iwlwifi.nix') 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; +} -- cgit v1.3.1