diff --git a/hosts/media1/configuration.nix b/hosts/media1/configuration.nix index 63b2ec5..4a14b0d 100644 --- a/hosts/media1/configuration.nix +++ b/hosts/media1/configuration.nix @@ -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" ]; };