···4950 memoryPercent = lib.mkOption {
51 default = 50;
52- type = lib.types.int;
53 description = ''
54 Maximum total amount of memory that can be stored in the zram swap devices
55 (as a percentage of your total memory). Defaults to 1/2 of your total
···4950 memoryPercent = lib.mkOption {
51 default = 50;
52+ type = lib.types.ints.positive;
53 description = ''
54 Maximum total amount of memory that can be stored in the zram swap devices
55 (as a percentage of your total memory). Defaults to 1/2 of your total