typo: enthernet -> ethernet
This commit is contained in:
parent
9b20a19e27
commit
26b130ceab
|
@ -179,7 +179,7 @@ in {
|
||||||
cfg.zone-definition.hosts;
|
cfg.zone-definition.hosts;
|
||||||
in mapAttrsToList (hostname:
|
in mapAttrsToList (hostname:
|
||||||
{ mac-address, ipv4-address, ... }: {
|
{ mac-address, ipv4-address, ... }: {
|
||||||
enthernetAddress = mac-address;
|
ethernetAddress = mac-address;
|
||||||
hostName = hostname;
|
hostName = hostname;
|
||||||
ipAddress = ipv4-address;
|
ipAddress = ipv4-address;
|
||||||
}) hostsWithMac;
|
}) hostsWithMac;
|
||||||
|
|
Loading…
Reference in New Issue