test: forgejo microVM

This commit is contained in:
Nick 2025-11-06 12:29:48 -06:00
parent 1376cdbe77
commit 6011a900de
5 changed files with 97 additions and 11 deletions

View file

@ -38,12 +38,12 @@ in
port0 = 3033;
};
interface = {
id = "${idPrefix}-${name}";
id = "${idPrefix}${name}";
mac = "02:00:00:00:00:50";
idUser = "${userPrefix}-${name}";
idUser = "${userPrefix}${name}";
macUser = "02:00:00:00:00:02";
ip = "192.168.50.50";
gate = "192.168.50.1";
gate = "192.168.50.2";
ssh = 2200;
};
ssl = {