improve the backup situation

This commit is contained in:
nora 2025-08-11 21:23:48 +02:00
parent b8a6a9aeac
commit 56cf4e9212
35 changed files with 159 additions and 57 deletions

View file

@ -25,10 +25,10 @@ in
};
};
services.custom-backup.jobs = [
services.custom-backup-restic.jobs = [
{
app = "killua";
file = "${dataDir}/trivia_questions.json";
path = dataDir;
}
];