jellyfin: remove assertion if emby enabled: no emby module exists
This commit is contained in:
parent
7ed04c2a6f
commit
b24a87fafe
@ -48,12 +48,6 @@ in
|
|||||||
jellyfin = {};
|
jellyfin = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
assertions = [
|
|
||||||
{
|
|
||||||
assertion = !config.services.emby.enable;
|
|
||||||
message = "Emby and Jellyfin are incompatible, you cannot enable both";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ minijackson ];
|
meta.maintainers = with lib.maintainers; [ minijackson ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user