diff --git a/hosts/common/programs/firefox.nix b/hosts/common/programs/firefox.nix index 3d82912cf..a608189d6 100644 --- a/hosts/common/programs/firefox.nix +++ b/hosts/common/programs/firefox.nix @@ -271,7 +271,6 @@ in sane.programs.firefox = { inherit packageUnwrapped; sandbox.method = "bwrap"; # landlock works, but requires all of /proc to be linked - sandbox.wrapperType = "inplace"; # trivial package; cheap enough to wrap inplace sandbox.net = "all"; sandbox.whitelistAudio = true; sandbox.whitelistDbus = [ "user" ]; # mpris