From 825501bbd60b86672c06829addc12181b78b205d Mon Sep 17 00:00:00 2001 From: dadada Date: Mon, 4 Oct 2021 22:28:54 +0200 Subject: [PATCH] =?UTF-8?q?fix=20backup=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/modules/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/backup.nix b/nixos/modules/backup.nix index 314d5ae..11c0908 100644 --- a/nixos/modules/backup.nix +++ b/nixos/modules/backup.nix @@ -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'"; };