···85 };
86 hostPort = mkOption {
87 default = 31022;
88- type = types.int;
89 example = 22;
90 description = ''
91 The localhost host port to forward TCP to the guest port.
···85 };
86 hostPort = mkOption {
87 default = 31022;
88+ type = types.port;
89 example = 22;
90 description = ''
91 The localhost host port to forward TCP to the guest port.