Merge pull request #19201 from wizeman/u/fix-acme-timer

nixos.acme: make timer persistent
This commit is contained in:
Jörg Thalheim
2016-10-03 19:38:49 +02:00
committed by GitHub
+1
View File
@@ -282,6 +282,7 @@ in
timerConfig = { timerConfig = {
OnCalendar = cfg.renewInterval; OnCalendar = cfg.renewInterval;
Unit = "acme-${cert}.service"; Unit = "acme-${cert}.service";
Persistent = "yes";
}; };
}) })
); );