Update Caddy config for 25.05.
This commit is contained in:
parent
a72b8f3b9c
commit
015f8692e9
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -9,8 +8,10 @@
|
|||
services.caddy = {
|
||||
enable = true;
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/tailscale/caddy-tailscale@f21c01b660c896bdd6bacc37178dc00d9af282b4" ];
|
||||
hash = "sha256-pqM4d4MAKvIJ5O7VkrHDqu36LDTOzUoBa6m4D20wlyw=";
|
||||
plugins = [
|
||||
"github.com/tailscale/caddy-tailscale@v0.0.0-20250508175905-642f61fea3cc"
|
||||
];
|
||||
hash = "sha256-Kbqr7spiL8/UvT0HtCm0Ufh5Nm1VYDjyNWPCd1Yxyxc=";
|
||||
};
|
||||
email = "nolan@thewordnerd.info";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue