@cryptotaxi247 / infra / commits / cd6207ef

pluto: allow potentially insecure libolm for go-neb

We don't use encryption anyway, so the risk is negligible.

Martin Weinelt committed Oct 19, 2024 at 17:24 UTC cd6207efc8c257d6250d69c98294fc4e65e6fed8
1 file changed +4
build/pluto/prometheus/alertmanager.nix
+4
@@ -72,6 +72,10 @@
72
73 systemd.services.go-neb.serviceConfig.SupplementaryGroups = [ "keys" ];
74
75 + nixpkgs.config.permittedInsecurePackages = [
76 + "olm-3.2.16"
77 + ];
78 +
79 services.go-neb = {
80 enable = true;
81 baseUrl = "http://localhost";