From 606be197dbe74b3be69b7310d8212f1c1f1b1fc9 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 21 Sep 2024 12:23:21 +0000 Subject: [PATCH] nicotine-plus: sandbox with bunpen --- hosts/common/programs/nicotine-plus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/nicotine-plus.nix b/hosts/common/programs/nicotine-plus.nix index d15b93ab2..13e8fc358 100644 --- a/hosts/common/programs/nicotine-plus.nix +++ b/hosts/common/programs/nicotine-plus.nix @@ -13,7 +13,7 @@ ${upstream.postInstall} ''; }); - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.whitelistDri = true; #< required, else it fails to launch the gui sandbox.whitelistWayland = true; sandbox.net = "vpn";