nixos/crashdump: Add type to option (#110448)
This commit is contained in:
parent
800b90ea3f
commit
fc0d3f8da8
@ -26,6 +26,7 @@ in
|
|||||||
};
|
};
|
||||||
reservedMemory = mkOption {
|
reservedMemory = mkOption {
|
||||||
default = "128M";
|
default = "128M";
|
||||||
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
The amount of memory reserved for the crashdump kernel.
|
The amount of memory reserved for the crashdump kernel.
|
||||||
If you choose a too high value, dmesg will mention
|
If you choose a too high value, dmesg will mention
|
||||||
|
Loading…
x
Reference in New Issue
Block a user