10 lines
147 B
Nix
10 lines
147 B
Nix
{
|
|
services.jellyfin = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
user = "wizardlink";
|
|
|
|
cacheDir = "/mnt/media/jellyfin/cache";
|
|
};
|
|
}
|