nixos/crashdump: remove redundant kernel patch

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-10-10 21:08:36 +02:00
parent fc3871aa8a
commit d8b5f031dc
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -60,17 +60,6 @@ in
"nmi_watchdog=panic"
"softlockup_panic=1"
];
kernelPatches = [ {
name = "crashdump-config";
patch = null;
extraConfig = ''
CRASH_DUMP y
DEBUG_INFO y
PROC_VMCORE y
LOCKUP_DETECTOR y
HARDLOCKUP_DETECTOR y
'';
} ];
};
};
}