mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: fix the borg jobs function
This commit is contained in:
parent
4c34a87366
commit
d9908d2d8c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user