jellyfin: remove assertion if emby enabled: no emby module exists

This commit is contained in:
David Izquierdo 2019-05-07 11:04:57 +02:00
parent 7ed04c2a6f
commit b24a87fafe

View File

@ -48,12 +48,6 @@ in
jellyfin = {};
};
assertions = [
{
assertion = !config.services.emby.enable;
message = "Emby and Jellyfin are incompatible, you cannot enable both";
}
];
};
meta.maintainers = with lib.maintainers; [ minijackson ];