Remove vlan67

This commit is contained in:
Greg Hellings
2022-05-19 11:26:32 -05:00
parent 9f76a90403
commit 669f22c3a7
-9
View File
@@ -20,11 +20,6 @@
address = "192.168.66.2";
prefixLength = 24;
} ];
vlan67.ipv4.addresses = [ {
address = "192.168.67.2";
prefixLength = 24;
} ];
};
vlans = {
@@ -32,10 +27,6 @@
id = 66;
interface = "eth0";
};
vlan67 = {
id = 67;
interface = "eth0";
};
};
};