fix jellyfin? and gitea config change

This commit is contained in:
2024-09-27 12:54:55 -04:00
parent 7c46e0c9b1
commit c3e2e8fa02
4 changed files with 14 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
DOMAIN = "git.gardling.com";
ROOT_URL = "https://git.gardling.com";
HTTP_PORT = service_configs.ports.git-server;
LANDING_PAGE = "/explore/repos";
};
session = {
# https cookies or smth

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, config, service_configs, ... }:
{
environment.systemPackages = with pkgs; [
jellyfin
@@ -8,7 +8,13 @@
services.jellyfin = {
enable = true;
# used for local streaming
openFirewall = true;
user = "jellyfin";
group = "users";
dataDir = service_configs.jellyfin.data_dir;
cacheDir = service_configs.jellyfin.cache_dir;
};
users.users.${config.services.jellyfin.user}.extraGroups = [