Merge pull request from aaronjanse/crashdump-poll-fix

fix crashDump overheating
This commit is contained in:
worldofpeace 2019-08-13 19:11:26 -04:00 committed by GitHub
commit d66f89022f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
nixos/modules/misc

View File

@ -58,7 +58,6 @@ in
"crashkernel=${crashdump.reservedMemory}" "crashkernel=${crashdump.reservedMemory}"
"nmi_watchdog=panic" "nmi_watchdog=panic"
"softlockup_panic=1" "softlockup_panic=1"
"idle=poll"
]; ];
kernelPatches = [ { kernelPatches = [ {
name = "crashdump-config"; name = "crashdump-config";