{ pkgs, config, lib, ... }: { imports = [ ./jellyfin/default.nix ]; modules.services.jellyfin.enable = lib.mkDefault false; }