nix-config/features/server/multimedia/jellyfin.nix

8 lines
94 B
Nix
Raw Normal View History

2024-08-16 16:42:55 +02:00
{ config, ... }:
{
services.jellyfin = {
enable = true;
openFirewall = true;
};
}