feat: enable postgres backups
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
9e0ebbdafb
commit
1a48fbcfb5
1 changed files with 10 additions and 0 deletions
|
|
@ -43,5 +43,15 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
startAt = "*-*-* 02:00:00";
|
||||
databases = [
|
||||
"authelia"
|
||||
"forgejo"
|
||||
"lldap"
|
||||
];
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue