typo: enthernet -> ethernet

This commit is contained in:
niten 2023-12-05 22:32:28 -08:00
parent 9b20a19e27
commit 26b130ceab
1 changed files with 1 additions and 1 deletions

View File

@ -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;