mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
chore: moved wireguard config
This commit is contained in:
parent
e98394d757
commit
ce8f7cc03d
3 changed files with 27 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
networkConfig = {
|
||||
Bridge = "br-vms";
|
||||
ConfigureWithoutCarrier = true;
|
||||
KeepConfiguration = "yes";
|
||||
};
|
||||
linkConfig = {
|
||||
RequiredForOnline = false;
|
||||
|
|
@ -37,6 +38,7 @@
|
|||
matchConfig.Name = "br-vms";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
KeepConfiguration = "yes";
|
||||
};
|
||||
linkConfig = {
|
||||
RequiredForOnline = "routable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue