forked from mirrors_public/oddlama_nix-config
feat: add paperless and radicale backups to hetzner
This commit is contained in:
parent
f9e1247b8a
commit
78ecdd2780
12 changed files with 128 additions and 67 deletions
|
@ -82,4 +82,10 @@ in {
|
|||
};
|
||||
|
||||
systemd.services.radicale.serviceConfig.RestartSec = "600"; # Retry every 10 minutes
|
||||
|
||||
backups.storageBoxes.dusk = {
|
||||
subuser = "radicale";
|
||||
user = "radicale";
|
||||
paths = ["/var/lib/radicale"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue