backups: Make app available by default

We have already progress quite far along in supporting backups and restore. This
is a critical functionality of FreedomBox.

Fixes: #1459.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-01-16 15:54:32 -08:00 committed by James Valleroy
parent ce231254f0
commit dc75a52d67
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -20,6 +20,8 @@ from . import api
version = 2
is_essential = True
managed_packages = ['borgbackup', 'sshfs']
depends = ['storage']