Switch starlight to new motherboard

This commit is contained in:
Artemis Tosini 2020-12-10 16:27:06 +00:00
parent 85b2b6ea1e
commit bf2a24e7e6
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 88c78bc62bf8be3deaaf9f986fced5a6da46ff76 Subproject commit 944e6dbbf11740b5d0d4cc392e892b5821a85358

View file

@ -23,10 +23,11 @@
services.udev.extraRules = '' services.udev.extraRules = ''
KERNEL=="eth*", ATTR{address}=="00:0f:53:16:15:9c", NAME="lan10g0" KERNEL=="eth*", ATTR{address}=="00:0f:53:16:15:9c", NAME="lan10g0"
KERNEL=="eth*", ATTR{address}=="00:0f:53:16:15:9d", NAME="lan10g1" KERNEL=="eth*", ATTR{address}=="00:0f:53:16:15:9d", NAME="lan10g1"
KERNEL=="eth*", ATTR{address}=="b4:2e:99:3d:07:66", NAME="lan1g0"
''; '';
networking.bridges.br0 = { networking.bridges.br0 = {
rstp = true; rstp = true;
interfaces = [ "lan10g0" "lan10g1" "enp4s0" ]; interfaces = [ "lan10g0" "lan10g1" "lan1g0" ];
}; };
networking.interfaces.br0 = { networking.interfaces.br0 = {
useDHCP = true; useDHCP = true;