diff --git a/cfg/services/postgres.nix b/cfg/services/postgres.nix index e5c7e14e..945d6491 100644 --- a/cfg/services/postgres.nix +++ b/cfg/services/postgres.nix @@ -13,6 +13,8 @@ # LC_CTYPE = "C"; # ''; + # daily backups to /var/backup + services.postgresqlBackup.enable = true; # common admin operations: # sudo systemctl start postgresql