Level 12
Maybe create another resource or update the user resource. The resouce is bound to the Model. Look at app/Nova/User. There is this line:
public static $model = \App\Models\User::class;
Use your model and set database in users. But that would change your whole User model. Im not sure what you do, but would say just create another resource:
php artisan nova:resource NovaUser