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-VBmICI1wklu02jmgDRmmlfNc9ftK7a74uF280xzx8uc= -> sha256-dNmccsad8nFm2X9w/6mdgAdhPSquNm6oVhf3sNc46SQ=

Parthiv Krishna (May 18, 2026, 4:02 AM UTC) 871316a5 1972ad6f

+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-VBmICI1wklu02jmgDRmmlfNc9ftK7a74uF280xzx8uc="; 119 + hash = "sha256-dNmccsad8nFm2X9w/6mdgAdhPSquNm6oVhf3sNc46SQ="; 120 120 }; 121 121 email = "letsencrypt.snowy015@passmail.net"; 122 122 acmeCA = "https://acme-v02.api.letsencrypt.org/directory";