feat: backup web-02 databases

This commit is contained in:
2025-11-02 12:30:35 +01:00
parent 56bb321e4a
commit b4c4e31437
2 changed files with 4 additions and 0 deletions

View File

@@ -169,6 +169,9 @@
# backups
borgbackup.repo = "u149513-sub2@u149513-sub2.your-backup.de:borg";
services.borgbackup.jobs.default.paths = lib.mkAfter [
"/var/lib/microvms/persist/web-02/var/backup"
];
system.stateVersion = "22.05";
}