From 16234769046a1edb4451fbdf0745c09a6c158527 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Wed, 10 Aug 2016 19:37:11 +0200 Subject: nixos.acme: make timer persistent This makes sure that if the system was powered off when the timer was supposed to trigger, it will run the next time the system boots up. --- nixos/modules/security/acme.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules') diff --git a/nixos/modules/security/acme.nix b/nixos/modules/security/acme.nix index 1a2b8779e007..12736e57b4a6 100644 --- a/nixos/modules/security/acme.nix +++ b/nixos/modules/security/acme.nix @@ -282,6 +282,7 @@ in timerConfig = { OnCalendar = cfg.renewInterval; Unit = "acme-${cert}.service"; + Persistent = "yes"; }; }) ); -- cgit 1.4.1