From b24a87fafeb3cb1a2dd1d0a6e01a44fafa8a20ec Mon Sep 17 00:00:00 2001 From: David Izquierdo Date: Tue, 7 May 2019 11:04:57 +0200 Subject: jellyfin: remove assertion if emby enabled: no emby module exists --- nixos/modules/services/misc/jellyfin.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/services/misc/jellyfin.nix b/nixos/modules/services/misc/jellyfin.nix index 7f38dd0ff233..55559206568d 100644 --- a/nixos/modules/services/misc/jellyfin.nix +++ b/nixos/modules/services/misc/jellyfin.nix @@ -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 ]; -- cgit 1.4.1