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

h7x4 e2f65736 bb96a741

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