hades: enable postgres backups

This commit is contained in:
Antoine Martin 2022-06-14 18:06:53 +02:00
parent fe66278f25
commit 3dc21e88a8

View file

@ -73,6 +73,10 @@ in {
privatePort = 8080; privatePort = 8080;
}; };
postgresql-backup = {
enable = true;
};
restic-backup = { restic-backup = {
enable = true; enable = true;
repo = "b2:hades-backup-alarsyo"; repo = "b2:hades-backup-alarsyo";