Navidrome: Difference between revisions
add notes based on selfhosting experience |
Isabelroses (talk | contribs) m fix services typo |
||
| Line 12: | Line 12: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
services.navidrome = { | |||
settings = { | settings = { | ||
Address = "0.0.0.0"; | Address = "0.0.0.0"; | ||
| Line 24: | Line 24: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
services.navidrome = { | |||
openFirewall = true; | openFirewall = true; | ||
}; | }; | ||