Files
dotfiles/pkgs/caddy/package.nix
T
Noah Masur 829af86dd8 switch to nix caddy plugin module
in order to prevent frequent need to re-hash
2026-07-21 15:08:29 +00:00

12 lines
198 B
Nix

# Caddy with Cloudflare DNS
{
pkgs,
...
}:
pkgs.caddy.withPlugins {
plugins = [ "github.com/caddy-dns/[email protected]" ];
hash = "sha256-HuVBmiT3kD6RrDejQ6SnjCN8f7pFdZlGtZFbEf47bks=";
}