nixos/crashdump: Add type to option (#110448)
This commit is contained in:
parent
800b90ea3f
commit
fc0d3f8da8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue