diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-26 10:20:37 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-26 10:20:37 -0500 |
commit | 936c8fa32251585f5dff4bbb44a764540f0411ff (patch) | |
tree | 8cf6498eda998fb15aaf557e4fbf92266eff04f4 | |
parent | 55c9537a3376f27a4d9f39abf72b53ce5ccfc0f7 (diff) | |
download | nixos-config-936c8fa32251585f5dff4bbb44a764540f0411ff.tar.gz nixos-config-936c8fa32251585f5dff4bbb44a764540f0411ff.zip |
hosts/bean/common: Attempt to fix WiFi at boot
-rw-r--r-- | hosts/bean/hardware.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/bean/hardware.nix b/hosts/bean/hardware.nix index ac7fde8..b8477c2 100644 --- a/hosts/bean/hardware.nix +++ b/hosts/bean/hardware.nix @@ -6,6 +6,7 @@ ]; boot.kernelModules = [ "kvm-intel" + "iwlwifi" ]; boot.extraModulePackages = []; |