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:
parent
0995678346
commit
57dec8fff9
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue