From f00dc9488a82172f6cee8a845c1673c0404500c1 Mon Sep 17 00:00:00 2001 From: stitchy Date: Sun, 7 Sep 2025 22:34:58 -0700 Subject: [PATCH] fix(malachite): issue has been resolved with kernel versions 6.13+ --- hosts/malachite/hardware-configuration.nix | 3 --- 1 file changed, 3 deletions(-) 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"