hosts/vm-base: expose ssh port

This commit is contained in:
Wroclaw 2024-10-02 18:31:10 +02:00
parent 85fd323785
commit 454249c104

View file

@ -18,5 +18,8 @@
virtualisation = {
memorySize = 4096;
};
virtualisation.forwardPorts = [
{ from = "host"; host.port = 2222; guest.port = 22; }
];
};
}