From d9908d2d8c85485061b762e6519bfb0ea54f2b80 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 7 Jan 2023 16:58:47 +0800 Subject: [PATCH] hosts/plover: fix the borg jobs function --- hosts/plover/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index 0c0b1c07..3e2dc82a 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -487,7 +487,7 @@ in services.borgbackup.jobs = let jobCommonSettings = { patternFiles ? [ ], patterns ? [ ], paths ? [ ], repo }: { - inherit paths; + inherit paths repo; compression = "zstd,11"; dateFormat = "+%F-%H-%M-%S-%z"; doInit = true;