add node extra certs
All checks were successful
Build and Publish / build-release (push) Successful in 1m9s

This commit is contained in:
2026-04-29 16:56:06 -05:00
parent 03610c802b
commit 7d5e198156

View File

@@ -49,6 +49,7 @@
name = "policy-ui"; name = "policy-ui";
contents = [ contents = [
pkgs.nodejs pkgs.nodejs
pkgs.cacert
self.packages.${system}.policy-ui self.packages.${system}.policy-ui
]; ];
config = { config = {
@@ -58,6 +59,7 @@
"PORT=3000" "PORT=3000"
"HOST=0.0.0.0" "HOST=0.0.0.0"
"NUXT_TELEMETRY_DISABLED=1" "NUXT_TELEMETRY_DISABLED=1"
"NODE_EXTRA_CA_CERTS =/etc/ssl/certs/ca-certificates.crt"
]; ];
}; };
}; };