chore: moved wireguard config

This commit is contained in:
Nick 2025-11-06 17:47:14 -06:00
parent e98394d757
commit ce8f7cc03d
3 changed files with 27 additions and 0 deletions

View file

@ -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";