From 012f4b4e88a38d8925165ced406ca7175c53feed Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 8 Oct 2024 23:02:29 +0000 Subject: [PATCH] alsaUtils (e.g. aplay): fix sandboxing --- hosts/common/programs/assorted.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index f50b903e6..16b01c2e7 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -422,6 +422,7 @@ in # alsaUtils amixer, aplay, speaker-test, ... alsaUtils.sandbox.whitelistAudio = true; #< not strictly necessary? + alsaUtils.sandbox.extraPaths = [ "/dev/snd" ]; backblaze-b2 = {};