add caddy dns plugin
This commit is contained in:
parent
4084c32499
commit
1dcade7f66
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue