nixos/zram: fix default swapDevices
This commit is contained in:
parent
42d1d60a92
commit
341770d3f1
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ in
|
|||
};
|
||||
|
||||
swapDevices = lib.mkOption {
|
||||
default = 0;
|
||||
example = 1;
|
||||
default = 1;
|
||||
type = lib.types.int;
|
||||
description = lib.mdDoc ''
|
||||
Number of zram devices to be used as swap, recommended is 1.
|
||||
|
|
Loading…
Reference in a new issue