From 6c0ff815f68877eb7efc83047967ebea25ffb533 Mon Sep 17 00:00:00 2001 From: fruchti Date: Wed, 17 Dec 2025 09:20:38 +0100 Subject: [PATCH] MPD: Fix mpc package for 25.11 --- hosts/mpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mpd.nix b/hosts/mpd.nix index 87deb37..60b84b6 100644 --- a/hosts/mpd.nix +++ b/hosts/mpd.nix @@ -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 ]; }