hades: enable postgres backups
This commit is contained in:
parent
fe66278f25
commit
3dc21e88a8
|
@ -73,6 +73,10 @@ in {
|
|||
privatePort = 8080;
|
||||
};
|
||||
|
||||
postgresql-backup = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
restic-backup = {
|
||||
enable = true;
|
||||
repo = "b2:hades-backup-alarsyo";
|
||||
|
|
Loading…
Reference in a new issue