alyssum/restic: use float for progressfps
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-19 09:59:59 +10:00
parent e8b675e606
commit 3f175d1b96
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -6,7 +6,7 @@
services.restic.backups."flower" = { services.restic.backups."flower" = {
initialize = true; initialize = true;
createWrapper = true; createWrapper = true;
progressFps = "0.016666"; progressFps = 0.016666;
environmentFile = config.age.secrets.restic_env.path; environmentFile = config.age.secrets.restic_env.path;
passwordFile = config.age.secrets.restic_pass.path; passwordFile = config.age.secrets.restic_pass.path;