From 26b130ceab247a510b51a5cef1a801bc745af1ef Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 5 Dec 2023 22:32:28 -0800 Subject: [PATCH] typo: enthernet -> ethernet --- lib/fudo/local-network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/local-network.nix b/lib/fudo/local-network.nix index 5ddc5e2..965d963 100644 --- a/lib/fudo/local-network.nix +++ b/lib/fudo/local-network.nix @@ -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;