about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-10 16:44:07 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-10 16:44:07 +0100
commit58fbd5c01ef1c6dc2a50ccc0db73c266e1ee4019 (patch)
tree2666b7188dfcf312fce4dc997d85b3d25097d295 /nix-conf/home
parent28e001b50e27493f840a087a070ad6e1c0aac58a (diff)
downloaddotfiles-58fbd5c01ef1c6dc2a50ccc0db73c266e1ee4019.tar.gz
Disable aws sdk ssl cert checking
Diffstat (limited to 'nix-conf/home')
-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 = {