Enable jellyfin

This commit is contained in:
Ivan R. 2023-08-18 21:13:48 +05:00
parent 49576420ff
commit 0f816101a5
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C
3 changed files with 14 additions and 0 deletions

View file

@ -13,6 +13,7 @@
./programs/mastodon.nix
./programs/redis.nix
./programs/nextcloud.nix
./programs/jellyfin.nix
];
# Enable flakes

View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
services.jellyfin = {
enable = true;
};
}

View file

@ -21,6 +21,13 @@
useACMEHost = "comfycamp.space";
forceSSL = true;
};
"jf.comfycamp.space" = {
locations = {
"/" = {
proxyPass = "http://127.0.0.1:8096";
};
};
};
"m.comfycamp.space" = {
useACMEHost = "comfycamp.space";
forceSSL = true;