feat(dns01): init DNS config #9
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