From abb4d21bb64c697b57b5ca61f83db5096cdcb654 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 16 Feb 2025 10:01:22 +0100 Subject: [PATCH] Add wifi driver to sol config --- hosts/sol/hardware-configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/sol/hardware-configuration.nix b/hosts/sol/hardware-configuration.nix index 1933cf0..cd95066 100644 --- a/hosts/sol/hardware-configuration.nix +++ b/hosts/sol/hardware-configuration.nix @@ -10,8 +10,10 @@ boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; - boot.extraModulePackages = [ ]; + boot.kernelModules = [ "kvm-amd" "88x2bu" ]; + boot.extraModulePackages = with config.boot.kernelPackages;[ + rtl88x2bu + ]; fileSystems."/" = { device = "/dev/disk/by-uuid/1c4a2db2-f006-44cb-be89-617e5e27bc37"; -- 2.47.2