feat: switched to backing up everything

This commit is contained in:
Nick 2025-10-10 16:01:38 -05:00
parent cc37578e6d
commit 36bcb891c7

View file

@ -17,11 +17,12 @@ in
location = backupPath;
compression = "zstd";
startAt = "*-*-* 07:00:00";
databases = [
instances.mastodon.name
instances.forgejo.name
instances.firefly-iii.name
];
backupAll = true;
# databases = [
# instances.mastodon.name
# instances.forgejo.name
# instances.firefly-iii.name
# ];
};
postgresql = {
enable = true;