Personal-use NixOS configuration
at main 16 lines 207 B view raw
1{ 2 internal = '' 3 tls internal 4 ''; 5 6 cloudflare = '' 7 tls { 8 dns cloudflare {env.CF_API_TOKEN} 9 10 resolvers 1.1.1.1 11 12 propagation_timeout -1 13 propagation_delay 60s 14 } 15 ''; 16}