Navidrome: Difference between revisions

Ahoneybun (talk | contribs)
add notes based on selfhosting experience
m fix services typo
 
Line 12: Line 12:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
servces.navidrome = {
services.navidrome = {
   settings = {
   settings = {
     Address = "0.0.0.0";
     Address = "0.0.0.0";
Line 24: Line 24:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
servces.navidrome = {
services.navidrome = {
   openFirewall = true;
   openFirewall = true;
};
};