Skip to content

Commit

Permalink
feat(giausar/caddy): fix caddy hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Jan 12, 2025
1 parent 0b7345d commit a135d61
Showing 1 changed file with 1 addition and 1 deletion.
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-E7pqCI5Q009qT/uFoWATLXA5w07VbhEdynSxZn1Ns/M=";
hash = "sha256-DtoBrMfMb4vMQywQFL8tJhRJyW8Ky/xl2PohZv5qz0c=";
};
settings = {
apps.layer4.servers = {
Expand Down

0 comments on commit a135d61

Please sign in to comment.