mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
caddy: Update tailscale plugin
This commit is contained in:
parent
d53f87f3d5
commit
750bfda48e
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
}:
|
||||
let
|
||||
caddyWithTailscale = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/tailscale/caddy-tailscale@v0.0.0-20250207163903-69a970c84556" ];
|
||||
hash = "sha256-mGJcpvs3XqW5UNUkIADdz/poyr96cq+SzCFdKyWdMKY=";
|
||||
plugins = [ "github.com/tailscale/caddy-tailscale@v0.0.0-20250508175905-642f61fea3cc" ];
|
||||
hash = "sha256-0GsjeeJnfLsJywWzWwJcCDk5wjTSBwzqMBY7iHjPQa8=";
|
||||
};
|
||||
|
||||
virtualHosts =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue