···49495050 memoryPercent = lib.mkOption {
5151 default = 50;
5252- type = lib.types.int;
5252+ type = lib.types.ints.positive;
5353 description = ''
5454 Maximum total amount of memory that can be stored in the zram swap devices
5555 (as a percentage of your total memory). Defaults to 1/2 of your total