${}, not #{}
This commit is contained in:
parent
b7d3f2d94c
commit
be1956e895
|
@ -36,7 +36,7 @@ let
|
|||
networkHostsByComponent =
|
||||
mapAttrs' (ip: hostname: nameValuePair (getLastIpComponent ip) hostname)
|
||||
(getNetworkHosts network ipHostMap);
|
||||
ptrEntry = ip: hostname: "#{ip} IN PTR ${hostname}.";
|
||||
ptrEntry = ip: hostname: "${ip} IN PTR ${hostname}.";
|
||||
getHostname = n:
|
||||
if hasAttr n networkHostsByComponent then
|
||||
networkHostsByComponent."${n}"
|
||||
|
|
Loading…
Reference in New Issue