Wire backup_borg_username

It's probably unnecessary, as this user is only used in the borg container
internally, but.. It doesn't hurt to set it to `matrix`.
This commit is contained in:
Slavi Pantaleev
2023-02-13 11:01:54 +02:00
parent 78c35136b2
commit 38904c08b0
2 changed files with 1 additions and 2 deletions

View File

@ -1882,6 +1882,7 @@ backup_borg_enabled: false
backup_borg_identifier: matrix-backup-borg
backup_borg_username: "{{ matrix_user_username }}"
backup_borg_uid: "{{ matrix_user_uid }}"
backup_borg_gid: "{{ matrix_user_gid }}"