mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
7 lines
134 B
Nix
7 lines
134 B
Nix
{pkgs, ...}: {
|
|
services.jellyfin = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
dataDir = "/mnt/zootfs/Media/jellyfin";
|
|
};
|
|
}
|