diff --git a/nixos/tests/mpd.nix b/nixos/tests/mpd.nix index 9fe1579169d4..a6fce888375f 100644 --- a/nixos/tests/mpd.nix +++ b/nixos/tests/mpd.nix @@ -134,5 +134,8 @@ in # The PulseAudio-based server is configured not to accept external client connections # to perform the following test: client.fail(f"{mpc} -h serverPulseAudio status") + # For inspecting these files + serverALSA.copy_from_vm("/run/mpd/mpd.conf", "ALSA") + serverPulseAudio.copy_from_vm("/run/mpd/mpd.conf", "PulseAudio") ''; }