diff --git a/ansible/roles/nextcloud/templates/config.php.j2 b/ansible/roles/nextcloud/templates/config.php.j2 index f2c777c..1b0200e 100644 --- a/ansible/roles/nextcloud/templates/config.php.j2 +++ b/ansible/roles/nextcloud/templates/config.php.j2 @@ -3,6 +3,8 @@ $CONFIG = [ 'version' => '23.0.0.10', 'installed' => true, + /* AUTH */ + 'auth.webauthn.enabled' => true, /* ENCRYPTION */ /* WARNING: All three have to be present and the same */ 'instanceid' => '{{ nextcloud_instance_id | mandatory }}',