tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/profiles/nix-builder-vm: use `types.port`
h7x4
4 months ago
e2f65736
bb96a741
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
profiles
nix-builder-vm.nix
+1
-1
nixos/modules/profiles/nix-builder-vm.nix
···
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.