feat: db & git backups, bots on matrix, proxmox monitors, ...

This commit is contained in:
Xavier Morel
2025-11-19 22:01:27 +01:00
parent 4035967f21
commit e7aa43acaf
17 changed files with 116 additions and 21 deletions

View File

@@ -15,4 +15,13 @@
checkConfig = true;
initialScript = config.age.secrets.db-postgres-initscript.path;
};
# TODO: Manually add /mnt/backups mountpoint => NAS backup folder (with rotation on the NAS)
services.postgresqlBackup = {
enable = true;
backupAll = true;
compression = "gzip";
compressionLevel = 6;
location = "/mnt/backups/postgresql";
};
}