Level 30
What about using Nova::serving and updating the boot method in NovaServiceProvider like this:
public function boot()
{
parent::boot();
Nova::serving(function () {
User::observe(UserObserver::class);
});
}
Source: https://nova.laravel.com/docs/2.0/resources/#resource-events