mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
caddy: Update tailscale plugin
This commit is contained in:
parent
ca11d86762
commit
35e0b2d6b4
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ in
|
|||
|
||||
services.caddy = {
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/tailscale/caddy-tailscale@v0.0.0-20250508175905-642f61fea3cc" ];
|
||||
hash = "sha256-o9/ueYS1yD8H4j9uKu/wDGw02r8gEPzI80Hxs70tsL8=";
|
||||
plugins = [ "github.com/tailscale/caddy-tailscale@v0.0.0-20251117033914-662ef34c64b1" ];
|
||||
hash = "sha256-t2Gw0AbkguS3pwl3FLooK6ZA16mWJLHAkHe3ZdqaE+c=";
|
||||
};
|
||||
globalConfig = ''
|
||||
tailscale {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue