From 6bb080fe522e57eeb1f0eef4ae3b87786d13d420 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 17 Jun 2024 13:08:53 +0200 Subject: [PATCH] fix: make the timer run more than once --- hosts/ami/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ami/default.nix b/hosts/ami/default.nix index 4b6784a..e962d08 100644 --- a/hosts/ami/default.nix +++ b/hosts/ami/default.nix @@ -51,6 +51,7 @@ timers.register-thing = { wantedBy = ["timers.target"]; timerConfig = { + OnBootSec = "1m"; OnUnitActiveSec = "1m"; RandomizedDelaySec = "1m"; Unit = "register-thing";