fruitbasket/modules/postgres.nix

9 lines
154 B
Nix

{ ... }:
{
# automatically back up all databases
services.postgresqlBackup = {
enable = true;
location = "/var/lib/backup/postgresql";
};
}