fix(ninurta): remove unused postresql backup
Some checks are pending
Continuous Integration / Checks (push) Waiting to run

This commit is contained in:
Tim Schubert 2025-07-26 21:22:08 +02:00
parent 763d8f4783
commit 76f29fae24
No known key found for this signature in database

View file

@ -149,13 +149,6 @@ in
startAt = "daily";
};
services.postgresqlBackup = {
enable = true;
backupAll = true;
compression = "zstd";
location = "/var/backup/postgresql";
};
age.secrets."ninurta-backup-passphrase" = {
file = "${secretsPath}/ninurta-backup-passphrase.age";
mode = "400";