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