Update Caddy to build plugins directly from new package.
This commit is contained in:
parent
773850a674
commit
d95f2c6ca9
3 changed files with 4 additions and 105 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue