mpd: remove redundant platform checks

This commit is contained in:
Benedikt Rips 2026-01-05 17:17:00 +01:00
parent c2d3a75ebe
commit d016674f6a
No known key found for this signature in database
GPG key ID: ED7FCB814CB6C157

View file

@ -182,7 +182,7 @@ in
})
];
systemd.user = lib.mkIf pkgs.stdenv.hostPlatform.isLinux {
systemd.user = {
services.mpd = {
Unit = lib.mkMerge [
{
@ -236,7 +236,7 @@ in
};
};
launchd.agents.mpd = lib.mkIf pkgs.stdenv.hostPlatform.isDarwin {
launchd.agents.mpd = {
enable = true;
config = {
ProgramArguments = [