From ff02728d82958afa9d394d34f37979b48c94f618 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 9 Jul 2026 16:58:30 +0000 Subject: [PATCH] manatee: Add `puppy.ppp.pm` sub-domain With cert and ip update --- hosts/manatee/modules/certs/default.nix | 13 +++++++++++++ hosts/manatee/modules/home-assistant/default.nix | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/hosts/manatee/modules/certs/default.nix b/hosts/manatee/modules/certs/default.nix index bb1dd18..0d16237 100644 --- a/hosts/manatee/modules/certs/default.nix +++ b/hosts/manatee/modules/certs/default.nix @@ -46,6 +46,19 @@ "--http-timeout=60" ]; }; + + "puppy.ppp.pm" = { + dnsProvider = "hetzner"; + environmentFile = config.age.secrets.hetzner-dns.path; + group = "nginx"; + + extraLegoFlags = [ + "--dns.resolvers=1.1.1.1:53,8.8.8.8:53" + "--dns.propagation-wait=60s" + "--dns-timeout=60" + "--http-timeout=60" + ]; + }; }; }; diff --git a/hosts/manatee/modules/home-assistant/default.nix b/hosts/manatee/modules/home-assistant/default.nix index 9c46e9b..458a3a7 100644 --- a/hosts/manatee/modules/home-assistant/default.nix +++ b/hosts/manatee/modules/home-assistant/default.nix @@ -241,7 +241,7 @@ in ]; script = '' - SUBDOMAINS="ha komga romm" + SUBDOMAINS="ha komga romm puppy" INTERFACE="enp3s0" CURRENT_IP=$(curl -s --fail --interface "$INTERFACE" ifconfig.me)