From 55175e5957ed7520ce2694b35b51f6f8045d30a7 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 21 Aug 2024 06:06:10 +0000 Subject: [PATCH] geary: fix that it was failing to connect --- hosts/common/programs/geary.nix | 1 + 1 file changed, 1 insertion(+) 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;