diff --git a/hosts/malachite/hardware-configuration.nix b/hosts/malachite/hardware-configuration.nix index b9202b5..0c23c7f 100644 --- a/hosts/malachite/hardware-configuration.nix +++ b/hosts/malachite/hardware-configuration.nix @@ -10,6 +10,10 @@ boot.kernelModules = [ "kvm-intel" "vfio-pci" ]; boot.extraModulePackages = lib.attrVals [ "rtl8812au" ] config.boot.kernelPackages; + # https://gitlab.com/qemu-project/qemu/-/issues/2574 + # Might bisect or something if I get around to it + boot.kernelPackages = pkgs.linuxPackages_6_6; + boot.kernelParams = [ "loglevel=3" "iommu=pt"