From 96d4b6d4f6e776fc4175a88b8642492b5af75b4f Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 23 Aug 2023 09:26:58 +0200 Subject: [PATCH] thinkpad-nixos: Use no email conn test as everything is blocked for work --- hostconfig/thinkpad-nixos/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 72e4cf6..c82263c 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -58,7 +58,7 @@ in { home.sessionVariables = { OPENSC_SO = "${pkgs.opensc}"; - EMAIL_CONN_TEST = "s"; + EMAIL_CONN_TEST = "x"; }; home.file = {