acme-dns: fix storage-seed nesting (services. inside the module's systemd wrapper)
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-09-21 16:56:00 +00:00
parent 93b86e0cc1
commit 8366843d89
+1 -1
View File
@@ -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" ];