nixos/autossh: use `types.port`

h7x4 58836456 c9d2056d

Changed files
+1 -1
nixos
modules
services
networking
+1 -1
nixos/modules/services/networking/autossh.nix
···
description = "Name of the user the AutoSSH session should run as";
};
monitoringPort = lib.mkOption {
-
type = lib.types.int;
+
type = lib.types.port;
default = 0;
example = 20000;
description = ''