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.
pull/24/head
Simon Bruder 2021-05-28 15:00:10 +02:00
parent 9025dfffb5
commit e9dc4601ad
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 1 deletions

View File

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