zephyrus: configure timer for backup service

This commit is contained in:
Antoine Martin 2022-01-18 09:05:36 +01:00
parent 1d0fd8d461
commit 0589894ec6

View file

@ -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"
];