diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index f151f3ca..83378e47 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -792,6 +792,11 @@ in ]; soundconverter.sandbox.autodetectCliPaths = "existingFileOrParent"; + sox.sandbox.method = "bwrap"; + sox.sandbox.wrapperType = "wrappedDerivation"; + sox.sandbox.autodetectCliPaths = "existingFileOrParent"; + sox.sandbox.whitelistAudio = true; + space-cadet-pinball.persist.byStore.plaintext = [ ".local/share/SpaceCadetPinball" ]; space-cadet-pinball.sandbox.method = "bwrap"; space-cadet-pinball.sandbox.wrapperType = "wrappedDerivation";