fix backup 🤦

This commit is contained in:
Tim Schubert 2021-10-04 22:28:54 +02:00
parent 31c5046fe5
commit 825501bbd6
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -70,7 +70,7 @@ in
paths = "/";
exclude = backupExcludes;
repo = "borg@media.dadada.li:/mnt/storage/backup/${config.networking.hostName}";
doInit = true;
doInit = false;
environment = {
BORG_RSH = "ssh -i /var/lib/borgbackup/bs/id_ed25519 -o 'StrictHostKeyChecking accept-new'";
};