From 381177a94218ee7e9fc95a92782ab09ab77351e5 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 18 Oct 2022 00:23:01 +0200 Subject: [PATCH] jobs: run backups daily --- jobs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs.nix b/jobs.nix index 7c3a4ac..73d0676 100644 --- a/jobs.nix +++ b/jobs.nix @@ -64,7 +64,7 @@ with lib; in { description = "system backup"; after = [ "network-online.target" ]; - startAt = "weekly"; + startAt = "*-*-* 03:00"; # every day at 3:00 serviceConfig = { Type = "oneshot";