mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-26 04:28:34 +00:00
12 lines
198 B
Nix
12 lines
198 B
Nix
# Caddy with Cloudflare DNS
|
|
|
|
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
pkgs.caddy.withPlugins {
|
|
plugins = [ "github.com/caddy-dns/[email protected]" ];
|
|
hash = "sha256-HuVBmiT3kD6RrDejQ6SnjCN8f7pFdZlGtZFbEf47bks=";
|
|
}
|