From 3ee0b2e644d4dd894956b7a0d137a0d043461dc1 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Wed, 21 Jan 2026 23:06:05 +0800 Subject: [PATCH] fix:amd-pstate-epp --- modules/system/bootstrap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/bootstrap.nix b/modules/system/bootstrap.nix index 9631555..ffaee33 100644 --- a/modules/system/bootstrap.nix +++ b/modules/system/bootstrap.nix @@ -45,7 +45,7 @@ in }; kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support kernelPackages = pkgs.${KernelPackages}; - kernelParams = ["audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"]; + kernelParams = ["8250.nr_uarts=0" "8250.skip_txen_test=1" "i8042.nopnp" "amd_pstate=active" "audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"]; loader = { grub = mkIf (strings.hasInfix "grub" BootLoader) { configurationLimit = 50;