From ba28240a042ce4c230151e7b9b74fd7ec2cba74d Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 3 Sep 2024 14:46:47 +0000 Subject: [PATCH] audacity: sandbox with bunpen --- hosts/common/programs/audacity.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/audacity.nix b/hosts/common/programs/audacity.nix index 84e93d620..bffa84b79 100644 --- a/hosts/common/programs/audacity.nix +++ b/hosts/common/programs/audacity.nix @@ -16,7 +16,7 @@ buildCost = 1; - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.whitelistAudio = true; sandbox.whitelistWayland = true; sandbox.autodetectCliPaths = "existingFile";