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

This commit is contained in:
h7x4
2025-09-22 16:40:31 +02:00
parent bb96a741c7
commit e2f6573620
+1 -1
View File
@@ -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.