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

h7x4 e2f65736 bb96a741

+1 -1
+1 -1
nixos/modules/profiles/nix-builder-vm.nix
··· 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.