aaaarecords -> aaaaRecords
This commit is contained in:
parent
9ec7b65075
commit
7dcde9c87c
|
@ -87,7 +87,7 @@ let
|
||||||
"${hostname} IN AAAA ${hostData.ipv6-address}";
|
"${hostname} IN AAAA ${hostData.ipv6-address}";
|
||||||
descriptionRecord = optional (hostData.description != null)
|
descriptionRecord = optional (hostData.description != null)
|
||||||
''${hostname} IN TXT "${hostData.description}"'';
|
''${hostname} IN TXT "${hostData.description}"'';
|
||||||
in joinLines (aRecord ++ aaaarecord ++ sshfpRecords ++ descriptionRecord);
|
in joinLines (aRecord ++ aaaaRecord ++ sshfpRecords ++ descriptionRecord);
|
||||||
|
|
||||||
cnameRecord = alias: host: "${alias} IN CNAME ${host}";
|
cnameRecord = alias: host: "${alias} IN CNAME ${host}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue