Move PostgreSQL backup service to periodic.nix

This commit is contained in:
2020-12-31 04:29:38 +01:00
parent 4be986e43e
commit c4fb78d2aa
2 changed files with 8 additions and 8 deletions

View File

@@ -158,14 +158,6 @@
'';
};
# PostgreSQL daily backups
services.postgresqlBackup = {
enable = true;
backupAll = true;
location = "/vault/backups/zion/databases";
startAt = "*-*-* 05:15:00";
};
# Miniflux configuration
services.miniflux = {
enable = true;