Skip to content

Commit

Permalink
nixos/crashdump: remove redundant kernel patch
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Oct 12, 2024
1 parent 5d97bb6 commit ae9dafd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nixos/modules/misc/crashdump.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
} ];
};
};
}

0 comments on commit ae9dafd

Please sign in to comment.