1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: use MTU 9000 on 10GbE NIC

This commit is contained in:
Matt Layher 2020-06-07 11:02:58 -04:00
parent 0995678346
commit 57dec8fff9

View file

@ -50,7 +50,10 @@ in {
enp5s0.useDHCP = true;
# 10GbE VLAN.
enp11s0.useDHCP = true;
enp11s0 = {
mtu = 9000;
useDHCP = true;
};
# 1GbE on Lab VLAN.
br0.useDHCP = false;