restic: Do not initialise the repository

It already is initialised, and NixOS’ initialisation always prints all
existing snapshots to the journal which makes it almost impossible to
find the logs from the regular backup.
This commit is contained in:
Simon Bruder 2021-05-28 15:00:10 +02:00
parent 9025dfffb5
commit e9dc4601ad
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -84,7 +84,6 @@ in
"/srv"
"/var"
] ++ cfg.extraPaths;
initialize = true;
extraBackupArgs = [
"--exclude-caches"
"--exclude-file=${excludesFile}"