Oops
Some checks failed
Deploy NixOS / deploy (push) Failing after 1m6s

This commit is contained in:
2026-03-06 17:05:58 -07:00
parent 75f075fc7d
commit c46f6064e9

View File

@@ -80,7 +80,7 @@ in
email = "me@${atriDotDad}"; email = "me@${atriDotDad}";
package = pkgs.caddy.withPlugins { package = pkgs.caddy.withPlugins {
plugins = [ "github.com/jasonlovesdoggo/caddy-defender@v0.10.0" ]; plugins = [ "pkg.jsn.cam/caddy-defender@v0.10.0" ];
hash = lib.fakeHash; hash = lib.fakeHash;
}; };