From 8366843d89e6184f06971e0fabdb493b15608a1f Mon Sep 17 00:00:00 2001 From: autonomic-bot <64+autonomic-bot@noreply.git.autonomic.zone> Date: Mon, 21 Sep 2026 16:56:00 +0000 Subject: [PATCH] acme-dns: fix storage-seed nesting (services. inside the module's systemd wrapper) --- nix/modules/acme-dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/acme-dns.nix b/nix/modules/acme-dns.nix index e7ee22e..caa8b5e 100644 --- a/nix/modules/acme-dns.nix +++ b/nix/modules/acme-dns.nix @@ -139,7 +139,7 @@ in # Seed the new cert's acmedns storage before the ACME unit first runs (see # acmeStorageSeed above). Ordering via the generated acme unit name. - systemd.services.cc-ci-acme-storage-seed = { + services.cc-ci-acme-storage-seed = { description = "Seed ci.autonomic.zone acme-dns storage from the legacy account"; after = [ "acme-dns.service" ]; wantedBy = [ "acme-ci.autonomic.zone.service" ]; -- 2.54.0