mpd: remove redundant platform checks
This commit is contained in:
parent
c2d3a75ebe
commit
d016674f6a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue