Merge pull request #215029 from NickCao/zram-fixup

nixos/zram: fix default swapDevices

authored by Nick Cao and committed by GitHub 8a6b4f76 1097f82e

+1 -2
+1 -2
nixos/modules/config/zram.nix
··· 32 32 }; 33 33 34 34 swapDevices = lib.mkOption { 35 - default = 0; 36 - example = 1; 35 + default = 1; 37 36 type = lib.types.int; 38 37 description = lib.mdDoc '' 39 38 Number of zram devices to be used as swap, recommended is 1.