MPD: Fix mpc package for 25.11
This commit is contained in:
parent
c11f35ae8b
commit
6c0ff815f6
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ in
|
||||||
chmod 755 /run/pulse
|
chmod 755 /run/pulse
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ mpc-cli ];
|
environment.systemPackages = with pkgs; [ mpc ];
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ config.services.mpd.network.port httpStreamPort ];
|
networking.firewall.allowedTCPPorts = [ config.services.mpd.network.port httpStreamPort ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue