mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 11:30:20 +00:00
8 lines
136 B
Nix
8 lines
136 B
Nix
|
{ pkgs, ... }: {
|
||
|
services.jellyfin = {
|
||
|
enable = true;
|
||
|
openFirewall = true;
|
||
|
dataDir = "/mnt/zootfs/Media/jellyfin";
|
||
|
};
|
||
|
}
|