chore: remove pcie_aspm policy

Umm, this is a hard one as to why it was added in the first place. I think
someone had told me about it, but it seems like it's not really required, and
not recommended to be run on systems that do not support it by default.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-23 11:41:01 +05:30
parent 57ced606da
commit b65a4dbfcb
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -42,9 +42,7 @@
initrd.verbose = false; initrd.verbose = false;
# Default to the latest kernel package. # Default to the latest kernel package.
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
# Force performance policy for Active State Performance Management.
kernelParams = [ kernelParams = [
"pcie_aspm.policy=performance"
"nmi_watchdog=0" "nmi_watchdog=0"
]; ];