{ config, pkgs, ... }: { services = { jellyfin = { enable = true; }; }; }