Update Caddy to build plugins directly from new package.

This commit is contained in:
Nolan Darilek 2025-05-20 11:35:17 -05:00
parent 773850a674
commit d95f2c6ca9
3 changed files with 4 additions and 105 deletions

View file

@ -8,7 +8,10 @@
{
services.caddy = {
enable = true;
package = inputs.caddy.packages.${pkgs.stdenv.hostPlatform.system}.default;
package = pkgs.caddy.withPlugins {
plugins = [ "github.com/tailscale/caddy-tailscale@f21c01b660c896bdd6bacc37178dc00d9af282b4" ];
hash = "sha256-pqM4d4MAKvIJ5O7VkrHDqu36LDTOzUoBa6m4D20wlyw=";
};
email = "nolan@thewordnerd.info";
};
age.secrets.tsAuthKey = {