zephyrus: configure timer for backup service
This commit is contained in:
parent
1d0fd8d461
commit
0589894ec6
|
@ -50,6 +50,10 @@ in
|
||||||
passwordFile = config.age.secrets."restic-backup/zephyrus-password".path;
|
passwordFile = config.age.secrets."restic-backup/zephyrus-password".path;
|
||||||
environmentFile = config.age.secrets."restic-backup/zephyrus-credentials".path;
|
environmentFile = config.age.secrets."restic-backup/zephyrus-credentials".path;
|
||||||
|
|
||||||
|
timerConfig = {
|
||||||
|
OnCalendar = "*-*-* 13:00:00"; # laptop only gets used during the day
|
||||||
|
};
|
||||||
|
|
||||||
paths = [
|
paths = [
|
||||||
"/home/alarsyo"
|
"/home/alarsyo"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue