Skip to content

Commit

Permalink
imp: rm expired DNS from explorer cert, failing acme renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Apr 16, 2024
1 parent b010f5f commit f3bb49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/metal/explorer/aux-config.nix
Expand Up @@ -14,7 +14,7 @@ in
{
mainnet = lib.recursiveUpdate default {
explorerHostName = "explorer.cardano.org";
explorerAliases = ["explorer.mainnet.cardano.org" "explorer.cardano-mainnet.iohk.io"];
explorerAliases = ["explorer.cardano-mainnet.iohk.io"];

# WG_PUBKEY: wg pubkey < <(sops -d nix/metal/encrypted/wg/$AWS_EXT_NODES_NODENAME-private)
# Attr struct: {name = $AWS_EXT_NODES_NODENAME; publicKey = $WG_PUBKEY;}
Expand Down

0 comments on commit f3bb49d

Please sign in to comment.