fix the stutter when changing volume on rpi4

This commit is contained in:
2025-03-26 19:41:00 +01:00
parent b346b34328
commit 1ea0442898

View File

@@ -18,6 +18,9 @@
# Workaround: run PulseAudio system-wide so that the mpd user can access it
services.pulseaudio.systemWide = true;
# Fixes the stutter when changing volume (found this randomly)
hardware.pulseaudio.daemon.config.flat-volumes = "no";
users.users.${config.services.mpd.user}.extraGroups = [ "pulse-access" ];
users.users.rpqt.homeMode = "755";