From 5bd03881e00c81bb759f31b926c5c952b60503aa Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 23 Feb 2022 21:30:35 +0700 Subject: [PATCH] services/tmptsync: fix OnBootSec --- modules/services/tmptsync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/tmptsync.nix b/modules/services/tmptsync.nix index 652b344..54004c4 100644 --- a/modules/services/tmptsync.nix +++ b/modules/services/tmptsync.nix @@ -24,7 +24,7 @@ in timers.tmptsync-save = { timerConfig = { Unit = "tmptsync-save.service"; - OnBootSec = "30mn"; + OnBootSec = "30min"; OnUnitActiveSec = "2h"; }; };