summary refs log tree commit diff
path: root/nixos/modules/services/misc/jellyfin.nix
Commit message (Collapse)AuthorAge
* nixos/jellyfin: Disable PrivateDevices from hardening to allow GPU endpoints ↵Giulio De Pasquale2022-03-13
| | | | to be accessed
* Jellyfin: Disable ProtectClock to allow NVENC, NVDEC accelerationGiulio De Pasquale2022-03-10
|
* Jellyfin: Fix NVENC, NVDEC usage by allowing AF_UNIXGiulio De Pasquale2022-03-09
| | | Fix NVENC, NVDEC usage when transcoding with hardware capabilities
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* treewide: remove duplicates SystemCallFiltersIzorkin2021-05-13
|
* jellyfin_10_5: remove unmaintained versionMinijackson2021-04-26
| | | | | | | | | This version contains a vulnerability[1], and isn't maintained. The original reason to have two jellyfin versions was to allow end-users to backup the database before the layout was upgraded, but these backups should be done periodically. [1]: <https://nvd.nist.gov/vuln/detail/CVE-2021-21402>
* jellyfin: add openFirewall optionDavid McFarland2020-12-31
|
* nixos/jellyfin: add some systemd security optionsMinijackson2020-10-20
|
* nixos/jellyfin: added a package option to the options section, defaults to ↵Noah Hendrickson2020-08-16
| | | | using the default jellyfin package if nixos version is 20.09 or greater, otherwise will default to using the new jellyfin_10_5 derivation for older systems.
* treewide: Switch to system usersJanne Heß2019-10-12
|
* jellyfin: remove assertion if emby enabled: no emby module existsDavid Izquierdo2019-05-07
|
* nixos/jellyfin: initMinijackson2019-04-28