about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-11-19 07:49:19 +0000
committerDavid Morgan <djm_uk@protonmail.com>2024-11-19 07:49:19 +0000
commit7d7338afe2623d77ca6024b45e8222f6f5f08663 (patch)
treef7aa50daac2e4b449dbe3776fb222a9a5b199cf4
parent413790b5486cd9ecf4df8c7990cc99eb615f8d41 (diff)
downloaddotfiles-7d7338afe2623d77ca6024b45e8222f6f5f08663.tar.gz
Set LEIN_JVM_OPTS to match JVM_OPTS
-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 df85b9a..e7e152f 100644
--- a/nix-conf/home/otm.nix
+++ b/nix-conf/home/otm.nix
@@ -141,6 +141,7 @@ in
     NIX_SSL_CERT_FILE = "${full-cert-file}";
     NODE_EXTRA_CA_CERTS = "${zscaler-cert-file}";
     JVM_OPTS = "-Dcom.amazonaws.sdk.disableCertChecking";
+    LEIN_JVM_OPTS = "-Dcom.amazonaws.sdk.disableCertChecking";
   };
 
   home.shellAliases = {