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 = {
|
infra = {
|
||||||
subdomains = mapAttrs' (
|
subdomains = mapAttrs' (
|
||||||
host:
|
host:
|
||||||
{ ... }:
|
{ _ }:
|
||||||
# NOTE: Originally "${host}.${site}"
|
# NOTE: Originally "${host}.${site}"
|
||||||
# I think it makes sense to ditch the site info in the case of the lab
|
# I think it makes sense to ditch the site info in the case of the lab
|
||||||
nameValuePair "${host}" (
|
nameValuePair "${host}" (
|
||||||
|
|
Loading…
Reference in a new issue