Jellyfin reset password

Hello,
i use the jellyfin service with this config:

  services.jellyfin = {
    enable = true;
    openFirewall = true;
    #port = 8096;
  };

My problem is that i forgot my jellyfin password.
Google says that to reset my password i should change a value in /etc/jellyfin/system.xml
from <IsStartupWizardCompleted>true</IsStartupWizardCompleted> to <IsStartupWizardCompleted>false</IsStartupWizardCompleted>

My problem is that i don’t have a the file under the given location /etc/jellyfin/system.xml
I think it is because nixos links this path from somewhere else. My question is: How can i find the nix path where the file is located?

off the top of my head… i believe it was /var/lib/jellyfin/config/system.xml by default

1 Like

thank you very much. <3