configuration.nix/hosts/shared/caddy-helpers.nix
2024-10-27 23:56:51 +05:30

13 lines
168 B
Nix

{
logFormat = ''
output stderr
format json
level INFO
'';
tlsAcmeDnsChallenge = ''
tls {
dns digitalocean {env.DO_API_TOKEN}
}
'';
}