Local changes to procul

This commit is contained in:
root@procul
2020-11-19 16:16:04 -06:00
parent 0740a6f0d1
commit b5fcbc1a70
2 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ let
nsRecords = ns-hosts:
join-lines ((mapAttrsToList (host: _: "@ IN NS ${host}.") ns-hosts) ++
(mapAttrsToList (host: ip: "${host} IN A ${ip}") ns-hosts));
(mapAttrsToList (host: ip: "${host}. IN A ${ip}") ns-hosts));
in {