From 4ea44fa0e67a8e323a254d3281c55b1fe066962a Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 4 Jul 2025 09:14:08 +0200 Subject: [PATCH] MPD: Fix for 25.05 --- hosts/mpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mpd.nix b/hosts/mpd.nix index ca9262e..87deb37 100644 --- a/hosts/mpd.nix +++ b/hosts/mpd.nix @@ -38,7 +38,7 @@ in ''; }; - hardware.pulseaudio = { + services.pulseaudio = { enable = true; systemWide = true; tcp.enable = true;