misc stuff + minecraft mod updates

This commit is contained in:
2024-11-01 00:24:14 -04:00
parent 590f2f5b38
commit 256a26224d
5 changed files with 52 additions and 25 deletions

View File

@@ -2,6 +2,7 @@
pkgs,
config,
service_configs,
inputs,
...
}:
{
@@ -16,6 +17,9 @@
# used for local streaming
openFirewall = true;
# https://github.com/NixOS/nixpkgs/pull/351966
# package = inputs.jellyfin.legacyPackages.${pkgs.system}.jellyfin;
dataDir = service_configs.jellyfin.dir;
cacheDir = config.services.jellyfin.dataDir + "_cache";
};