1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

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";
};
})
);