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?