modules: services: nginx: fix SSL renewal, again
All checks were successful
ci/woodpecker/push/check Pipeline was successful
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:
parent
27da55519c
commit
4c3e3d471f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue