hades: enable postgres backups
This commit is contained in:
parent
fe66278f25
commit
3dc21e88a8
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue