nix-infra/config/hosts/jellyfin/jellyfin.nix

8 lines
86 B
Nix

{ ... }:
{
services.jellyfin = {
enable = true;
openFirewall = true;
};
}