services: paperless: backups
This commit is contained in:
parent
7d8b8c4cae
commit
39477a85e7
1 changed files with 4 additions and 0 deletions
|
|
@ -53,5 +53,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.services.borg-backup = mkIf cfg.enable {
|
||||||
|
paths = [ "/var/lib/docker/volumes/paperless_*" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue