Make the roam-buffer never auto-popup

I’m using org-roam with basic configuration from Doom, and I just watn the roam buffer to never auto-show when I open certain files. I want to only toggle it manually, but I can’t figure out how or why it auto-opens so often. Is there a setting to disable this?

It’s a doom specific hack.

Turn this variable off:

(defvar +org-roam-open-buffer-on-find-file t
  "If non-nil, open the org-roam buffer when opening an org roam file.")

Thank you!