nixos-containers: fix dummyConfig localMacAddress default

In a13b423085 ("nixos-containers: allow hard-coding container veth MAC address &
add IPv6 SLAAC test case (#462775)") I had a typo in the `localMacAddress`
setting used for the dummy container config to generate the systemd service
template. I don't think this actually causes any breakage, but it's good to fix
for consistency's sake nonetheless.
This commit is contained in:
Leon Schuermann
2026-07-04 15:10:21 -04:00
parent 2eaa6e4954
commit aa19ec5231
@@ -520,7 +520,7 @@ let
hostAddress6 = null;
localAddress = null;
localAddress6 = null;
localmacAddress = null;
localMacAddress = null;
tmpfs = null;
};