fixed dns soa retry
Ryan Gibb 2 years ago 18761f3b 9d7027b8
··· 27 }; 28 retry = mkOption { 29 type = types.int; 30 - default = 15; # 15m 31 }; 32 expire = mkOption { 33 type = types.int;
··· 27 }; 28 retry = mkOption { 29 type = types.int; 30 + default = 900; # 15m 31 }; 32 expire = mkOption { 33 type = types.int;