feat: fuuuck

This commit is contained in:
Kat Inskip 2025-12-04 03:40:39 -08:00
parent 4c6f2aa34a
commit 077753652f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 92 additions and 5 deletions

View file

@ -3,6 +3,7 @@
blacklistedKernelModules = ["k10temp"];
extraModulePackages = [config.boot.kernelPackages.zenpower];
kernelModules = ["zenpower"];
kernelParams = ["microcode.amd_sha_check=off"];
};
services.ucodenix.enable = true;
}

View file

@ -4,5 +4,6 @@ _: {
grub.configurationLimit = 8;
systemd-boot.configurationLimit = 8;
};
lanzaboote.configurationLimit = 5;
};
}