Enable postgres backups on mail

This commit is contained in:
Andreas Zweili 2023-10-11 22:31:41 +02:00
parent 987e7cb80c
commit 3906c1d79b
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@
services = { services = {
az-mailserver.enable = true; az-mailserver.enable = true;
az-restic-client-server = { az-restic-client-server-postgres = {
enable = true; enable = true;
path = "/home/andreas"; path = "/home/andreas";
tag = "mail";
time = "01:00"; time = "01:00";
}; };
az-roundcube.enable = true; az-roundcube.enable = true;