fix(malachite): issue has been resolved with kernel versions 6.13+

This commit is contained in:
stitchy 2025-09-07 22:34:58 -07:00
parent 585e9fc48d
commit f00dc9488a
Signed by: stitchy
SSH key fingerprint: SHA256:p+xeQgmOvQ2br1d2STl5OnRRMef2LRqCtGA7SO4WYk0

View file

@ -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"