force dns

This commit is contained in:
Joseph Hanson 2024-05-29 10:39:20 -05:00
parent b52238d793
commit dbc458d8c0
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -272,7 +272,9 @@ in
lego-auto = {
image = "ghcr.io/bjw-s/lego-auto:v0.3.0";
autoStart = true;
dns = ["1.1.1.1"];
extraOptions = [
"--dns=1.1.1.1"
];
volumes = [
"/eru/containers/volumes/unifi/cert:/certs"
"${config.sops.secrets."lego/dnsimple/token".path}:/config/dnsimple-token"