Nix flake configuration for my various machines (clients and homelab servers)
0

Configure Feed

Select the types of activity you want to include in your feed.

caddy.nix: update plugins hash

sha256-qEA6058svI8Q6yE97OkfnGWC8ayI3x8y2iU7PGkJ3Do= -> sha256-wHW0l15aLswe7gV9WioXo//abd0sJI82I7zIroRG3uU=

Parthiv Krishna (Jun 8, 2026, 4:22 AM UTC) d67cc68c 7d3cce48

+1 -1
+1 -1
modules/features/selfhosted/base.nix
··· 116 116 enable = true; 117 117 package = pkgs.caddy.withPlugins { 118 118 plugins = [ "github.com/caddy-dns/cloudflare@v0.2.2" ]; 119 - hash = "sha256-qEA6058svI8Q6yE97OkfnGWC8ayI3x8y2iU7PGkJ3Do="; 119 + hash = "sha256-wHW0l15aLswe7gV9WioXo//abd0sJI82I7zIroRG3uU="; 120 120 }; 121 121 email = "letsencrypt.snowy015@passmail.net"; 122 122 acmeCA = "https://acme-v02.api.letsencrypt.org/directory";