Enable mpd-mpris service declaratively

This commit is contained in:
2026-04-08 15:28:01 +02:00
parent 025f1d1153
commit d9cb547826

View File

@@ -102,4 +102,12 @@ in
bandcamp.identity = bandcamp_token;
};
};
# Interface with Mopidy using MPRIS
systemd.packages = [ mpd-mpris ];
systemd.services.mpd-mpris = {
enable = true;
wantedBy = [ "multi-user.target" ];
};
}