add caddy dns plugin

This commit is contained in:
Elias Gasparis 2026-03-20 18:53:18 +08:00
commit 1dcade7f66
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
./services/jellyfin.nix ./services/jellyfin.nix
./services/authentik.nix # ./services/authentik.nix
# ./services/calibre-web.nix # ./services/calibre-web.nix
# ./services/glances.nix # ./services/glances.nix
# ./services/fail2ban.nix # ./services/fail2ban.nix

View file

@ -6,7 +6,8 @@ services.caddy = {
package = pkgs.caddy.withPlugins { package = pkgs.caddy.withPlugins {
plugins = [ "github.com/caddy-dns/gandi@v1.1.0" ]; plugins = [ "github.com/caddy-dns/gandi@v1.1.0" ];
hash = "sha256-F/jqR4iEsklJFycTjSaW8B/V3iTGqqGOzwYBUXxRKrc="; hash = "";
# hash = "sha256-F/jqR4iEsklJFycTjSaW8B/V3iTGqqGOzwYBUXxRKrc=";
}; };
}; };