remove vpn bridge

This commit is contained in:
Tim Schubert 2022-05-29 19:30:01 +02:00
parent 195bb6f159
commit 7becb4366d
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -36,10 +36,6 @@
id = 11;
interface = "enp1s0";
};
vpn = {
id = 12;
interface = "enp1s0";
};
backup = {
id = 13;
interface = "enp1s0";
@ -50,9 +46,6 @@
"br-lan" = {
interfaces = [ "lan" ];
};
"br-vpn" = {
interfaces = [ "vpn" ];
};
"br-backup" = {
interfaces = [ "backup" ];
};