Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix: added ca cert package (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Jul 8, 2024
1 parent 75c7626 commit 6a55f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
container_pkgs.nettools
container_pkgs.gnugrep
container_pkgs.coreutils
container_pkgs.cacert
];
pathsToLink = ["/bin"];
};
Expand All @@ -146,6 +147,7 @@
if !needsCrossCompilation
then ["${overrideService}/bin/${overrideService.pname}"]
else ["${overrideService}/bin/${os}_${arch}/${overrideService.pname}"];
config.Env = ["SSL_CERT_FILE=${container_pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"];
};

mkFrontendImage = {
Expand Down

0 comments on commit 6a55f48

Please sign in to comment.