From b52238d793149a60c7a8a9e7b3f3ea4aaa344bce Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 29 May 2024 10:34:19 -0500 Subject: [PATCH] debug --- nixos/gandalf/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index c5ea17e..0b60707 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -272,6 +272,7 @@ in lego-auto = { image = "ghcr.io/bjw-s/lego-auto:v0.3.0"; autoStart = true; + dns = ["1.1.1.1"]; volumes = [ "/eru/containers/volumes/unifi/cert:/certs" "${config.sops.secrets."lego/dnsimple/token".path}:/config/dnsimple-token"