Skip to content
Snippets Groups Projects
Commit 0fe80e4e authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

perhaps not necessary

maybe the other systemd timer fires right away too
parent 772908f1
No related branches found
No related tags found
1 merge request!16Deploy PaymentServer
......@@ -134,20 +134,6 @@ in {
}
else {};
systemd.timers = if cfg.tls
then {
"acme-${cfg.domain}-initial" = config.systemd.timers."acme-${cfg.domain}" // {
timerConfig = {
OnUnitActiveSec = "0";
Unit = "acme-${cfg.domain}.service";
Persistent = "yes";
AccuracySec = "1us";
RandomizedDelaySec = "0s";
};
};
}
else {};
services.nginx.virtualHosts = if cfg.tls
then {
"${cfg.domain}" = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment