nixos/profiles/nix-builder-vm: use `types.port`
h7x4 2 months ago e2f65736 bb96a741
··· 85 85 }; 86 86 hostPort = mkOption { 87 87 default = 31022; 88 88 - type = types.int; 88 88 + type = types.port; 89 89 example = 22; 90 90 description = '' 91 91 The localhost host port to forward TCP to the guest port.