{ config, lib, pkgs, ... }: { services.postgresqlBackup = { enable = true; startAt = "*-*-* 02:45:00"; location = "/var/backup/postgresql"; }; }