Skip to content

Commit

Permalink
Enable kdump
Browse files Browse the repository at this point in the history
This should be the default...
  • Loading branch information
viluon committed Sep 18, 2024
1 parent c13f751 commit 47c1c6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";

# boot a rescue shell on kernel panic
boot.crashDump.enable = true;

# filesystems
boot.supportedFilesystems = [ "ntfs" ];
fileSystems = {
Expand Down

0 comments on commit 47c1c6f

Please sign in to comment.