mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(nginx): acme sometimes breaks on switch
This commit is contained in:
parent
f29bb1b958
commit
4010e23832
1 changed files with 10 additions and 0 deletions
|
|
@ -63,4 +63,14 @@ in {
|
||||||
acme_cloudflare_email = acmeSecret;
|
acme_cloudflare_email = acmeSecret;
|
||||||
acme_cloudflare_token = acmeSecret;
|
acme_cloudflare_token = acmeSecret;
|
||||||
};
|
};
|
||||||
|
systemd.services = let
|
||||||
|
after = [ "systemd-tmpfiles-resetup.service" ];
|
||||||
|
in {
|
||||||
|
acme-fixperms = {
|
||||||
|
inherit after;
|
||||||
|
};
|
||||||
|
acme-lockfiles = {
|
||||||
|
inherit after;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue