Enable crash dump for media1
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
Torjus Håkestad 2025-02-13 19:22:18 +01:00
parent 83928028c4
commit 3f05a965e2
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -19,6 +19,9 @@
configurationLimit = 5;
memtest86.enable = true;
};
crashDump = {
enable = true;
};
loader.efi.canTouchEfiVariables = true;
supportedFilesystems = [ "nfs" ];
kernelPackages = pkgs.linuxPackages_latest;
@ -26,6 +29,8 @@
"quiet"
"splash"
"rd.systemd.show_status=false"
"oops=panic"
"panic=0"
];
};