Compare commits
2 commits
ab311adbb6
...
3dc21e88a8
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 3dc21e88a8 | ||
Antoine Martin | fe66278f25 |
|
@ -73,6 +73,10 @@ in {
|
|||
privatePort = 8080;
|
||||
};
|
||||
|
||||
postgresql-backup = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
restic-backup = {
|
||||
enable = true;
|
||||
repo = "b2:hades-backup-alarsyo";
|
||||
|
|
|
@ -95,6 +95,8 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
# NOTE: no need to use postgresql.ensureDatabases because the gitea module
|
||||
# takes care of this automatically
|
||||
services.postgresqlBackup = {
|
||||
databases = ["gitea"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue