···32 };
3334 swapDevices = lib.mkOption {
35- default = 0;
36- example = 1;
37 type = lib.types.int;
38 description = lib.mdDoc ''
39 Number of zram devices to be used as swap, recommended is 1.
···32 };
3334 swapDevices = lib.mkOption {
35+ default = 1;
036 type = lib.types.int;
37 description = lib.mdDoc ''
38 Number of zram devices to be used as swap, recommended is 1.