Skip to content

Commit 2f2c596

Browse files
committed
nix: forward serial proxy and dashboard ports
1 parent 5e8a9cf commit 2f2c596

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

modules/testing/default.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ in
6262
vlan = 2;
6363
};
6464
};
65+
forwardPorts = [
66+
{
67+
from = "host";
68+
host.port = 8080;
69+
guest.port = 80;
70+
}
71+
{
72+
from = "host";
73+
host.port = 6083;
74+
guest.port = 6083;
75+
}
76+
];
77+
6578
};
6679

6780
systemd.services.openstack-create-vm = {

0 commit comments

Comments
 (0)