From b7bf41057aa42c09ed5f1d5bc000eb875d826e12 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 31 Aug 2026 17:14:03 +0000 Subject: [PATCH] harden: disable acme-dns registration --- nix/modules/acme-dns.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/modules/acme-dns.nix b/nix/modules/acme-dns.nix index e5a6db5..6dae23d 100644 --- a/nix/modules/acme-dns.nix +++ b/nix/modules/acme-dns.nix @@ -27,9 +27,9 @@ let ip = "127.0.0.1" port = "8080" tls = "none" - # Bootstrap registration is deliberately temporary. Once the single Lego - # account exists, change this to true in a follow-up reviewed deployment. - disable_registration = false + # The one Lego account was bootstrapped before this configuration was + # hardened. Updates authenticated by that account remain available. + disable_registration = true corsorigins = [] [logconfig]