alpine: add jellyfin-ffmpeg (still manual config)
This commit is contained in:
parent
2219fb8619
commit
7b6e53ea99
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
users.groups.media = {};
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
group = "media"; # access to user stuff
|
||||
openFirewall = true;
|
||||
};
|
||||
environment.variables.JELLYFIN_FFMPEG = "${pkgs.jellyfin-ffmpeg}/bin/ffmpeg";
|
||||
services.nginx.virtualHosts."movies.tristans.cloud" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue