From ea199b23ccaca3f3ae13b1607645ed58ecd4beb0 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 17 Jun 2024 12:59:00 +0200 Subject: [PATCH] fix: fix register-thing timer by referring to proper service unit --- hosts/ami/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ami/default.nix b/hosts/ami/default.nix index 4b6784a..01b266b 100644 --- a/hosts/ami/default.nix +++ b/hosts/ami/default.nix @@ -53,7 +53,7 @@ timerConfig = { OnUnitActiveSec = "1m"; RandomizedDelaySec = "1m"; - Unit = "register-thing"; + Unit = "register-thing.service"; }; }; };