Skip to content

Commit

Permalink
fix: caddy hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Jan 27, 2025
1 parent d1eed77 commit 7597421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systems/athebyne/services/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in
enable = true;
package = pkgs.pkgsUnstable.caddy.withPlugins {
plugins = [ "github.com/caddy-dns/cloudflare@v0.0.0-20240703190432-89f16b99c18e" ];
hash = "sha256-JoujVXRXjKUam1Ej3/zKVvF0nX97dUizmISjy3M3Kr8=";
hash = "sha256-jCcSzenewQiW897GFHF9WAcVkGaS/oUu63crJu7AyyQ=";
};

email = "yseong.p@gmail.com";
Expand Down
2 changes: 1 addition & 1 deletion systems/giausar/services/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
enable = true;
package = pkgs.pkgsUnstable.caddy.withPlugins {
plugins = [ "github.com/mholt/caddy-l4@v0.0.0-20241111225910-3c6cc2c0ee08" ];
hash = "sha256-DtoBrMfMb4vMQywQFL8tJhRJyW8Ky/xl2PohZv5qz0c=";
hash = "sha256-9rNg1pkIpPzKpAUTlOzt3gZbxd9ZuykEnOs0djwKj0M=";
};
settings = {
apps.layer4.servers = {
Expand Down

0 comments on commit 7597421

Please sign in to comment.