diff options
| -rw-r--r-- | hosts/sol/hardware-configuration.nix | 6 |
1 files 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"; |
