bridge networking

This commit is contained in:
2025-02-15 12:24:27 -07:00
parent 565b4fe02c
commit 6bc85f2cb3

View File

@@ -142,6 +142,13 @@
}; };
}; };
}; };
networking.interfaces.enp5s0.useDHCP = true;
networking.interfaces.br0.useDHCP = true;
networking.bridges = {
"br0" = {
interfaces = [ "enp5s0" ];
};
};
# not working yet, in theory simplifies xml for vm # not working yet, in theory simplifies xml for vm
environment.etc = { environment.etc = {