nixos/autossh: use `types.port`
h7x4 3 months ago 58836456 c9d2056d
··· 33 33 description = "Name of the user the AutoSSH session should run as"; 34 34 }; 35 35 monitoringPort = lib.mkOption { 36 36 - type = lib.types.int; 36 36 + type = lib.types.port; 37 37 default = 0; 38 38 example = 20000; 39 39 description = ''