mirror of
https://github.com/nix-community/home-manager
synced 2024-11-20 01:59:45 +01:00
mpdris2: remove assertion on mpd module
This commit is contained in:
parent
d73ba6a534
commit
9042c756fa
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue