feat: added vaultwarden to syncthing backups

This commit is contained in:
Nick 2025-10-13 21:44:00 -05:00
parent 47061534c0
commit c93b98cc1b
3 changed files with 21 additions and 13 deletions

View file

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