From c6af2c8e02a79795d310bc3b18c4ece00df1332f Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 6 Sep 2024 05:20:51 +0000 Subject: [PATCH] bonsai: sandbox with bunpen --- hosts/common/programs/bonsai.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/bonsai.nix b/hosts/common/programs/bonsai.nix index 1f0d00e4b..28965c6b9 100644 --- a/hosts/common/programs/bonsai.nix +++ b/hosts/common/programs/bonsai.nix @@ -113,7 +113,7 @@ in fs.".config/bonsai/bonsai_tree.json".symlink.target = pkgs.writers.writeJSON "bonsai_tree.json" cfg.config.transitions; - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.extraRuntimePaths = [ "bonsai" ];