fix
This commit is contained in:
parent
c085b37b00
commit
a850cfda47
|
@ -10,8 +10,7 @@
|
||||||
initialize = true;
|
initialize = true;
|
||||||
paths = [
|
paths = [
|
||||||
config.services.vaultwarden.backupDir
|
config.services.vaultwarden.backupDir
|
||||||
# TODO
|
config.services.syncthing.dataDir
|
||||||
# config.services.syncthing.dataDir
|
|
||||||
];
|
];
|
||||||
passwordFile = config.age.secrets."restic-${attrName}".path;
|
passwordFile = config.age.secrets."restic-${attrName}".path;
|
||||||
pruneOpts = ["--keep-daily 7" "--keep-weekly 5" "--keep-monthly 12"];
|
pruneOpts = ["--keep-daily 7" "--keep-weekly 5" "--keep-monthly 12"];
|
||||||
|
|
Loading…
Reference in a new issue