Fix octodns setup
This commit is contained in:
parent
78198f18b2
commit
404f6c8d3e
10 changed files with 238 additions and 178 deletions
modules/nixos
|
@ -85,6 +85,7 @@ in
|
|||
at = subdomain;
|
||||
zone = cfg.domain;
|
||||
value = "${cfg.tunnel}.cfargotunnel.com.";
|
||||
enableCloudflareProxy = true;
|
||||
};
|
||||
in
|
||||
lib.attrsets.mapAttrsToList (_: mkDnsRecord) cfg.at;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue