From 8f7bbf8550cca51675b8301019605da4a9dcc143 Mon Sep 17 00:00:00 2001 From: buffet Date: Sun, 21 Jan 2024 16:37:44 +0100 Subject: [PATCH] fix(backup): point towards correct backup location --- hosts/alice/borg.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/alice/borg.nix b/hosts/alice/borg.nix index 66df1a9..ede2d9e 100644 --- a/hosts/alice/borg.nix +++ b/hosts/alice/borg.nix @@ -9,8 +9,8 @@ in { services.borgbackup = { jobs.backup = { - paths = ["/persist"]; - exclude = ["/persist/system/var/log"]; + paths = ["/home"]; + exclude = []; repo = "${host}:${config.networking.hostName}"; encryption = { mode = "repokey";