MPD: Fix mpc package for 25.11

This commit is contained in:
fruchti 2025-12-17 09:20:38 +01:00
parent c11f35ae8b
commit 6c0ff815f6

View file

@ -58,7 +58,7 @@ in
chmod 755 /run/pulse
'';
environment.systemPackages = with pkgs; [ mpc-cli ];
environment.systemPackages = with pkgs; [ mpc ];
networking.firewall.allowedTCPPorts = [ config.services.mpd.network.port httpStreamPort ];
}