diff --git a/hosts/common/programs/geary.nix b/hosts/common/programs/geary.nix index dcb814f70..cffac30f3 100644 --- a/hosts/common/programs/geary.nix +++ b/hosts/common/programs/geary.nix @@ -20,6 +20,7 @@ in }; sandbox.method = "bwrap"; + sandbox.wrapperType = "inplace"; #< XXX(2024-08-20): if executed from a directory different than the configured prefix, it fails to locate its sql migration files sandbox.net = "clearnet"; sandbox.whitelistDbus = [ "user" ]; # notifications sandbox.whitelistWayland = true;