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