mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: internal bridge
This commit is contained in:
parent
5f36636902
commit
1d1dc64ef5
4 changed files with 78 additions and 0 deletions
|
|
@ -116,6 +116,11 @@ in {
|
|||
gateway = ["10.1.1.1"];
|
||||
DHCP = "no";
|
||||
};
|
||||
access.internal = {
|
||||
enable = true;
|
||||
macAddress = "BC:24:19:34:F4:A8";
|
||||
vmid = 102;
|
||||
};
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue