vanadium/restic: disable backup timer for now

This commit is contained in:
Primrose 2025-07-20 00:41:16 +02:00
parent d91e3dc899
commit 6fc31978fc
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -17,6 +17,8 @@
repositoryFile = config.age.secrets.restic_backblaze_repo.path; repositoryFile = config.age.secrets.restic_backblaze_repo.path;
environmentFile = config.age.secrets.restic_backblaze_env.path; environmentFile = config.age.secrets.restic_backblaze_env.path;
timerConfig = null;
inherit pruneOpts; inherit pruneOpts;
}; };