Jellyfin: Difference between revisions

imported>Heartbeast42
Add more detailed copy for how to install and configure nixos
imported>Punkeel
m fix "services.Jellyfin.enable = true;" (case)
Line 17: Line 17:
You'll also need to enable Jellyfin, e.g.
You'll also need to enable Jellyfin, e.g.


<code>services.Jellyfin.enable = true;</code>
<code>services.jellyfin.enable = true;</code>


Or for more advanced configuration use something like what's shown below and [https://search.nixos.org/options?query=jellyfin see the docs for more configuration options]
Or for more advanced configuration use something like what's shown below and [https://search.nixos.org/options?query=jellyfin see the docs for more configuration options]