Jellyfin - System - Plugin Repositories¶
Configuration options for jellyfin system pluginRepositories.
Available Options
This page documents 4 configuration options.
nixflix.jellyfin.system.pluginRepositories¶
Configure which plugin repositories you use. Jellyfin Stable is always present in the set. Adding new plugin repositories will not remove it.
| Type | attribute set of (submodule) |
| Default | |
| Declared in | modules/jellyfin/system/options.nix |
nixflix.jellyfin.system.pluginRepositories.<name>.enabled¶
Whether to enable this plugin repository
| Type | boolean |
| Default | |
| Example | |
| Declared in | modules/jellyfin/system/options.nix |
nixflix.jellyfin.system.pluginRepositories.<name>.hash¶
Fixed-output hash for the repository manifest. This pins the manifest used to resolve plugin versions to source URLs.
Supports SRI (sha256-Uc6ovnXI3T0WfCqzcnwUZwYCH1tTDYb86pfNlvbOam0=) or nix32 (0vbarvv9dkcpxby8c3akbcgh41k72iy75craghb3vpf8fnzaikji) formats.
| Type | string |
| Example | |
| Declared in | modules/jellyfin/system/options.nix |
nixflix.jellyfin.system.pluginRepositories.<name>.url¶
URL for the plugin repository manifest
| Type | string |
| Example | |
| Declared in | modules/jellyfin/system/options.nix |