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

nixos/servnerr-4: tengb0 DHCPv4 MAC identifier

This commit is contained in:
Matt Layher 2023-01-07 08:31:23 -05:00
parent b5de37b892
commit f88c3e69dd

View file

@ -40,6 +40,7 @@
enable = false;
matchConfig.Name = "tengb0";
networkConfig.DHCP = "ipv4";
dhcpV4Config.ClientIdentifier = "mac";
};
};
}