mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
caddy: Fix hash
This commit is contained in:
parent
d3dbe02b01
commit
93bae9b48c
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ in
|
|||
services.caddy = {
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/tailscale/caddy-tailscale@v0.0.0-20250508175905-642f61fea3cc" ];
|
||||
hash = "sha256-bw2ZH+XTQlyYw5LgkVr+oEeL8Nf4j/KO2XQIUrsVpiU=";
|
||||
hash = "sha256-o9/ueYS1yD8H4j9uKu/wDGw02r8gEPzI80Hxs70tsL8=";
|
||||
};
|
||||
globalConfig = ''
|
||||
tailscale {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue