nixos/rshim: use more accurate int types
h7x4 2 months ago bda8f779 776e13ba
··· 61 61 }; 62 62 63 63 log-level = lib.mkOption { 64 64 - type = lib.types.int; 64 64 + type = lib.types.ints.between 0 4; 65 65 description = '' 66 66 Specify the log level (0:none, 1:error, 2:warning, 3:notice, 4:debug). 67 67 '';