Jellyfin hardware transcoding
This commit is contained in:
parent
94bd2662a5
commit
a68a995a59
3 changed files with 13 additions and 10 deletions
|
|
@ -1,12 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.jellyfin.enable = true; # port = 8096
|
||||
environment.systemPackages = [
|
||||
pkgs.jellyfin
|
||||
pkgs.jellyfin-web
|
||||
pkgs.jellyfin-ffmpeg
|
||||
users.users.jellyfin.extraGroups = [
|
||||
"media"
|
||||
"video"
|
||||
"render"
|
||||
];
|
||||
users.users.jellyfin.extraGroups = [ "media" ];
|
||||
|
||||
## Grab EPG data daily
|
||||
virtualisation.oci-containers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue