We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff07c07 commit 21a14a0Copy full SHA for 21a14a0
nixos/tests/caddy.nix
@@ -70,7 +70,7 @@ import ./make-test-python.nix (
70
services.caddy = {
71
package = pkgs.caddy.withPlugins {
72
plugins = [ "github.com/caddyserver/[email protected]" ];
73
- hash = "sha256-zgMdtOJbmtRSfTlrrg8njr11in2C7OAXLB+34V23jek=";
+ hash = "sha256-BorJJWICgAWU7DrpDZJWifMnIYtGWldt/4S1VELwGJI=";
74
};
75
configFile = pkgs.writeText "Caddyfile" ''
76
{
0 commit comments