diff --git a/modules/services/mpdris2.nix b/modules/services/mpdris2.nix index 48210671..79f2709f 100644 --- a/modules/services/mpdris2.nix +++ b/modules/services/mpdris2.nix @@ -87,11 +87,6 @@ in { assertions = [ (lib.hm.assertions.assertPlatform "services.mpdris2" pkgs lib.platforms.linux) - - { - assertion = config.services.mpd.enable; - message = "The mpdris2 module requires 'services.mpd.enable = true'."; - } ]; xdg.configFile."mpDris2/mpDris2.conf".text = toIni mpdris2Conf;