1
0

hosts/carbon: Reduce overhead by not using network bridges

This commit is contained in:
2025-12-14 21:36:39 +01:00
parent 9b3d9993f4
commit 91ee2cc15b
4 changed files with 6 additions and 22 deletions

View File

@@ -3,17 +3,9 @@
{
## DSL-Uplink
networking.vlans."enp1s0.10" = {
id = 10;
interface = "enp1s0";
};
networking.vlans."enp3s0.10" = {
id = 10;
interface = "enp3s0";
};
networking.bridges."net-dsl".interfaces = [
"enp1s0.10"
"enp3s0.10"
];
}