diff --git a/hosts/oparic-local-dev/configuration.nix b/hosts/oparic-local-dev/configuration.nix index 05c7e46..74cd6cb 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -110,7 +110,7 @@ extraConfig = '' tls { dns cloudflare {file.${config.sops.secrets.caddy_cloudflare_api_key.path}} - resolvers 1.1.1.1 1.0.0.1 + propagation_timeout -1 } reverse_proxy localhost:40000 '';