From 2df4d2030f0312725c168d2c4768d6dec443fe3c Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 30 Oct 2025 11:39:59 +0200 Subject: [PATCH] nixosTests.mpd: put mpd.conf files in $out --- nixos/tests/mpd.nix | 3 +++ 1 file changed, 3 insertions(+) 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") ''; }