From 936c8fa32251585f5dff4bbb44a764540f0411ff Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 26 Jun 2025 10:20:37 -0500 Subject: hosts/bean/common: Attempt to fix WiFi at boot --- hosts/bean/hardware.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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 = []; -- cgit v1.2.3