kilgharrah: Tweak netdev spec to allow for changes in pci layout

This commit is contained in:
Katherina Walshe-Grey 2026-02-05 12:32:03 +00:00
parent 3057964123
commit 85d3dc4763

View file

@ -5,7 +5,7 @@
networking.useDHCP = false; networking.useDHCP = false;
systemd.network.networks."10-wan" = { systemd.network.networks."10-wan" = {
matchConfig.Name = "enp2s0"; matchConfig.Name = "enp*s0";
networkConfig = { networkConfig = {
DHCP = "ipv4"; DHCP = "ipv4";
IPv6AcceptRA = true; IPv6AcceptRA = true;