alyssum/restic: use float for progressfps
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
e8b675e606
commit
3f175d1b96
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
services.restic.backups."flower" = {
|
||||
initialize = true;
|
||||
createWrapper = true;
|
||||
progressFps = "0.016666";
|
||||
progressFps = 0.016666;
|
||||
|
||||
environmentFile = config.age.secrets.restic_env.path;
|
||||
passwordFile = config.age.secrets.restic_pass.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue