mirror of
https://github.com/nmasur/dotfiles
synced 2025-10-12 07:13:16 +00:00
try to statically set caddy to prevent cloudflare hash breaking
This commit is contained in:
@@ -66,10 +66,7 @@ in
|
||||
nmasur.presets.services.caddy.cidrAllowlist = cloudflareIpRanges;
|
||||
|
||||
# Tell Caddy to use Cloudflare DNS for ACME challenge validation
|
||||
services.caddy.package = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/caddy-dns/cloudflare@v0.2.1" ];
|
||||
hash = "sha256-AcWko5513hO8I0lvbCLqVbM1eWegAhoM0J0qXoWL/vI=";
|
||||
};
|
||||
services.caddy.package = pkgs.nmasur.caddy;
|
||||
nmasur.presets.services.caddy.tlsPolicies = [
|
||||
{
|
||||
issuers = [
|
||||
|
Reference in New Issue
Block a user