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
aedf6e4be4
commit
6d83b2b2f5
11 changed files with 270 additions and 294 deletions
|
|
@ -37,13 +37,14 @@ in
|
|||
};
|
||||
interface = {
|
||||
id = "vm-${name}";
|
||||
mac = "02:00:00:00:00:50";
|
||||
idUser = "vm-${name}-user";
|
||||
macUser = "02:00:00:00:00:02";
|
||||
ip = "192.168.50.50";
|
||||
gate = "192.168.50.2";
|
||||
ssh = 2200;
|
||||
mac = "03:00:00:00:00:53";
|
||||
idUser = "vmuser-${name}";
|
||||
macUser = "04:00:00:00:00:05";
|
||||
ip = "192.168.50.153";
|
||||
gate = "192.168.50.1";
|
||||
ssh = 2205;
|
||||
};
|
||||
|
||||
ssl = {
|
||||
path = ssl;
|
||||
cert = "${ssl}/fullchain.pem";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue