fix(dns01): fmt
This commit is contained in:
parent
28c5c5998f
commit
a87d2160d4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ with dns.lib.combinators;
|
|||
infra = {
|
||||
subdomains = mapAttrs' (
|
||||
host:
|
||||
{ ... }:
|
||||
{ _ }:
|
||||
# NOTE: Originally "${host}.${site}"
|
||||
# I think it makes sense to ditch the site info in the case of the lab
|
||||
nameValuePair "${host}" (
|
||||
|
|
Loading…
Reference in a new issue