From fc0d3f8da876fb08ea6e357ae54fe932e6824db2 Mon Sep 17 00:00:00 2001 From: Fritz Otlinghaus Date: Fri, 22 Jan 2021 11:10:26 +0100 Subject: [PATCH] nixos/crashdump: Add type to option (#110448) --- nixos/modules/misc/crashdump.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/misc/crashdump.nix b/nixos/modules/misc/crashdump.nix index 3c47e79d0512..11dec37b3fae 100644 --- a/nixos/modules/misc/crashdump.nix +++ b/nixos/modules/misc/crashdump.nix @@ -26,6 +26,7 @@ in }; reservedMemory = mkOption { default = "128M"; + type = types.str; description = '' The amount of memory reserved for the crashdump kernel. If you choose a too high value, dmesg will mention