about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/home/otm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/otm.nix b/nix-conf/home/otm.nix
index 839540c..7d7c667 100644
--- a/nix-conf/home/otm.nix
+++ b/nix-conf/home/otm.nix
@@ -132,6 +132,7 @@ in
     CURL_CA_BUNDLE = "${full-cert-file}";
     NIX_SSL_CERT_FILE = "${full-cert-file}";
     NODE_EXTRA_CA_CERTS = "${zscaler-cert-file}";
+    JVM_OPTS = "-Dcom.amazonaws.sdk.disableCertChecking";
   };
 
   home.shellAliases = {