fix(nextcloud): Default to backups enabled

Backups should be enabled by default if available.
This commit is contained in:
Marty Oehme 2025-02-03 18:57:52 +01:00
parent 135aadf3a0
commit af4cfc5a4b
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -19,7 +19,7 @@ nextcloud_db_username: nextcloud
nextcloud_db_password: secretnextcloud
# run restic backups
nextcloud_backup_enable: false
nextcloud_backup_enable: true
nextcloud_backup_cron: 0 30 3 * * *
nextcloud_php_memory_limit: 5G # maximum ram php may use