Make DHCP less weird on starlight

This commit is contained in:
Artemis Tosini 2023-03-08 05:04:56 +00:00
parent 0cb3b0cb01
commit a73cf6c684
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -28,6 +28,9 @@
SUBSYSTEM=="usb", ATTR{idVendor}=="057e", ATTR{idProduct}=="3000", TAG+="uaccess", TAG+="udev-acl" SUBSYSTEM=="usb", ATTR{idVendor}=="057e", ATTR{idProduct}=="3000", TAG+="uaccess", TAG+="udev-acl"
''; '';
networking.useDHCP = false;
networking.bridges.br0 = { networking.bridges.br0 = {
rstp = true; rstp = true;
interfaces = [ "lan10g0" "lan10g1" "lan1g0" ]; interfaces = [ "lan10g0" "lan10g1" "lan1g0" ];
@ -39,7 +42,6 @@
prefixLength = 128; prefixLength = 128;
}]; }];
}; };
networking.dhcpcd.allowInterfaces = [ "br0" ];
networking.vlans."br0.5" = { networking.vlans."br0.5" = {
id = 5; id = 5;