From 3f175d1b96d4ddabc11353640f605d1941e0cab8 Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Fri, 19 Jun 2026 09:59:59 +1000 Subject: [PATCH] alyssum/restic: use float for progressfps --- hosts/alyssum/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alyssum/restic.nix b/hosts/alyssum/restic.nix index 2ef946d..cfbea11 100644 --- a/hosts/alyssum/restic.nix +++ b/hosts/alyssum/restic.nix @@ -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;