nixos/profiles/nix-builder-vm: use types.port
This commit is contained in:
@@ -85,7 +85,7 @@ in
|
||||
};
|
||||
hostPort = mkOption {
|
||||
default = 31022;
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
example = 22;
|
||||
description = ''
|
||||
The localhost host port to forward TCP to the guest port.
|
||||
|
||||
Reference in New Issue
Block a user