fix(backup): point towards correct backup location

This commit is contained in:
buffet 2024-01-21 16:37:44 +01:00
parent c2181ab1d0
commit 8f7bbf8550

View file

@ -9,8 +9,8 @@ in {
services.borgbackup = { services.borgbackup = {
jobs.backup = { jobs.backup = {
paths = ["/persist"]; paths = ["/home"];
exclude = ["/persist/system/var/log"]; exclude = [];
repo = "${host}:${config.networking.hostName}"; repo = "${host}:${config.networking.hostName}";
encryption = { encryption = {
mode = "repokey"; mode = "repokey";