modules: services: nginx: fix SSL renewal, again
All checks were successful
ci/woodpecker/push/check Pipeline was successful

I'd previously fixed this in 1e10c6630b,
however NixOS has recently updated how the renewal units work [1], which
broke it.

[1]: https://github.com/NixOS/nixpkgs/pull/422076
This commit is contained in:
Bruno BELANYI 2025-09-13 19:10:39 +02:00
parent 27da55519c
commit 4c3e3d471f

View file

@ -444,7 +444,7 @@ in
}; };
}; };
systemd.services."acme-${domain}" = { systemd.services."acme-order-renew-${domain}" = {
serviceConfig = { serviceConfig = {
Environment = [ Environment = [
# Since I do a "weird" setup with a wildcard CNAME # Since I do a "weird" setup with a wildcard CNAME