mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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 {
|
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…
Add table
Add a link
Reference in a new issue