nixos/profiles/nix-builder-vm: use `types.port`

h7x4 e2f65736 bb96a741

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