mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
test: forgejo microVM
This commit is contained in:
parent
1376cdbe77
commit
6011a900de
5 changed files with 97 additions and 11 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue