diff --git a/hosts/malachite/hardware-configuration.nix b/hosts/malachite/hardware-configuration.nix index 0c23c7f..eb4b025 100644 --- a/hosts/malachite/hardware-configuration.nix +++ b/hosts/malachite/hardware-configuration.nix @@ -10,9 +10,6 @@ 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"