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, hence the
service rename...
This commit is contained in:
parent
27da55519c
commit
898579c0bb
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 = {
|
||||
Environment = [
|
||||
# Since I do a "weird" setup with a wildcard CNAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue