fix invidious
This commit is contained in:
parent
5a0aad29c5
commit
eb543b933e
5 changed files with 16 additions and 7 deletions
|
@ -29,12 +29,14 @@ in
|
|||
services.restic.backups = {
|
||||
borgbase = {
|
||||
initialize = true;
|
||||
exclude = [ "/home/*/.cache" ];
|
||||
exclude = [
|
||||
"/home/*/.cache"
|
||||
];
|
||||
passwordFile = "/run/secrets/restic_password";
|
||||
repositoryFile = "/run/secrets/restic_url";
|
||||
paths = [
|
||||
"/home"
|
||||
"/var/lib/"
|
||||
"/var/lib/caddy"
|
||||
];
|
||||
timerConfig = {
|
||||
OnCalendar = "00:10";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue