Update Caddy config for 25.05.

This commit is contained in:
Nolan Darilek 2025-06-18 09:22:18 -05:00
parent a72b8f3b9c
commit 015f8692e9

View file

@ -1,7 +1,6 @@
{ {
config, config,
pkgs, pkgs,
inputs,
... ...
}: }:
@ -9,8 +8,10 @@
services.caddy = { services.caddy = {
enable = true; enable = true;
package = pkgs.caddy.withPlugins { package = pkgs.caddy.withPlugins {
plugins = [ "github.com/tailscale/caddy-tailscale@f21c01b660c896bdd6bacc37178dc00d9af282b4" ]; plugins = [
hash = "sha256-pqM4d4MAKvIJ5O7VkrHDqu36LDTOzUoBa6m4D20wlyw="; "github.com/tailscale/caddy-tailscale@v0.0.0-20250508175905-642f61fea3cc"
];
hash = "sha256-Kbqr7spiL8/UvT0HtCm0Ufh5Nm1VYDjyNWPCd1Yxyxc=";
}; };
email = "nolan@thewordnerd.info"; email = "nolan@thewordnerd.info";
}; };