_: { services.jellyfin = { enable = true; }; # allow it to access network shares systemd.services.jellyfin = { serviceConfig.SupplementaryGroups = ["share"]; }; }