From 0589894ec6f27345aabb4a2f72384208812aa85f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 18 Jan 2022 09:05:36 +0100 Subject: [PATCH] zephyrus: configure timer for backup service --- hosts/zephyrus/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index ad9083e..0236f1d 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -50,6 +50,10 @@ in passwordFile = config.age.secrets."restic-backup/zephyrus-password".path; environmentFile = config.age.secrets."restic-backup/zephyrus-credentials".path; + timerConfig = { + OnCalendar = "*-*-* 13:00:00"; # laptop only gets used during the day + }; + paths = [ "/home/alarsyo" ];