enable transcoding
This commit is contained in:
parent
5b38337eb3
commit
ed9c712e87
2 changed files with 21 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
# Required for hardware acceleration
|
||||
pkgs.jellyfin-ffmpeg
|
||||
];
|
||||
|
||||
services = {
|
||||
# Volunteer-built media solution that puts you in control of your media
|
||||
jellyfin = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue