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; location = backupPath;
compression = "zstd"; compression = "zstd";
startAt = "*-*-* 07:00:00"; startAt = "*-*-* 07:00:00";
databases = [ backupAll = true;
instances.mastodon.name # databases = [
instances.forgejo.name # instances.mastodon.name
instances.firefly-iii.name # instances.forgejo.name
]; # instances.firefly-iii.name
# ];
}; };
postgresql = { postgresql = {
enable = true; enable = true;