From 529d5ae0d9a963e7135c3a5516c16f76d985bd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 8 Mar 2025 17:19:59 +0100 Subject: [PATCH] Change media1 kernel stuff --- hosts/media1/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) 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" ]; };