diff --git a/hosts/M4Pro/default.nix b/hosts/M4Pro/default.nix index 209c306..961c524 100644 --- a/hosts/M4Pro/default.nix +++ b/hosts/M4Pro/default.nix @@ -9,6 +9,7 @@ in DENO_CERT = customCert; NODE_EXTRA_CA_CERTS = customCert; GIT_SSL_CAINFO = customCert; + AWS_CA_BUNDLE = customCert; }; }; }