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/options/system.nix |
nixflix.jellyfin.system.pluginRepositories.<name>.enabled¶
Whether to enable this plugin repository
| Type | boolean |
| Default | |
| Example | |
| Declared in | modules/jellyfin/options/system.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.
| Type | string |
| Example | |
| Declared in | modules/jellyfin/options/system.nix |
nixflix.jellyfin.system.pluginRepositories.<name>.url¶
URL for the plugin repository manifest
| Type | string |
| Example | |
| Declared in | modules/jellyfin/options/system.nix |