diff --git a/hosts/media1/configuration.nix b/hosts/media1/configuration.nix index 4a14b0d..a542a69 100644 --- a/hosts/media1/configuration.nix +++ b/hosts/media1/configuration.nix @@ -19,18 +19,10 @@ configurationLimit = 5; memtest86.enable = true; }; - crashDump = { - enable = true; - }; loader.efi.canTouchEfiVariables = true; supportedFilesystems = [ "nfs" ]; kernelPackages = pkgs.linuxPackages_latest; kernelParams = [ - "quiet" - "splash" - "rd.systemd.show_status=false" - "oops=panic" - "panic=0" ]; };