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
commit fb67647971

View File

@ -282,6 +282,7 @@ in
timerConfig = {
OnCalendar = cfg.renewInterval;
Unit = "acme-${cert}.service";
Persistent = "yes";
};
})
);