hosts/vm-base: expose ssh port
This commit is contained in:
parent
85fd323785
commit
454249c104
1 changed files with 3 additions and 0 deletions
|
@ -18,5 +18,8 @@
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
memorySize = 4096;
|
memorySize = 4096;
|
||||||
};
|
};
|
||||||
|
virtualisation.forwardPorts = [
|
||||||
|
{ from = "host"; host.port = 2222; guest.port = 22; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue