add ca where it expects it
All checks were successful
Build and Publish / build-release (push) Successful in 42s

This commit is contained in:
2026-05-14 16:51:00 -05:00
parent 99387fd7e2
commit 17710ab47a

View File

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