diff --git a/hosts/common/programs/newsflash.nix b/hosts/common/programs/newsflash.nix index 11abdf1fb..fea16ea58 100644 --- a/hosts/common/programs/newsflash.nix +++ b/hosts/common/programs/newsflash.nix @@ -15,7 +15,7 @@ let wanted-feeds = feeds.filterByFormat [ "text" "image" "podcast" "video" ] all-feeds; in { sane.programs.newsflash = { - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.net = "clearnet"; sandbox.whitelistAudio = true; #< for embedded videos sandbox.whitelistDbus = [ "user" ];