From 7d7338afe2623d77ca6024b45e8222f6f5f08663 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 19 Nov 2024 07:49:19 +0000 Subject: Set LEIN_JVM_OPTS to match JVM_OPTS --- nix-conf/home/otm.nix | 1 + 1 file changed, 1 insertion(+) 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 = { -- cgit 1.4.1-2-gfad0