mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
hosts/plover: enable PostgreSQL dump service
This commit is contained in:
parent
22bc41896c
commit
74fa10f348
@ -190,6 +190,16 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
# With a database comes a dumping.
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
compression = "zstd";
|
||||
compressionLevel = 11;
|
||||
|
||||
# Start at every 3 days starting from the first day of the month.
|
||||
startAt = "*-*-1/3";
|
||||
};
|
||||
|
||||
# My code forge.
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user