Whonix-Gateway - edit file torrc

I want to make changes to the file torrc
Need to add:

EntryNodes {}
ExcludeNodes {}
ExitNodes {}
ExcludeExitNodes {}

In earlier versions, I added to /usr/share/tor/tor-service-defaults-torrc.anondist
It had a section - Whonix-gateway
Now only - Whonix-Workstation.
It is now modified.
Which file can you make custom changes to now?

Bad idea. Simplified: Is overwritten when Whonix is updated.

Tor Documentation for Whonix Users

I see

$ sudo nano /usr/local/etc/torrc.d/50_user.conf

Add
EntryNodes {}
ExcludeNodes {}
ExitNodes {}
ExcludeExitNodes {}

$ sudo systemctl restart tor
$ anon-verify
No error detected ))

Nice. Thx