Skip to content

Commit

Permalink
prometheus-exporter-gateway: add pyopenssl
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Apr 22, 2024
1 parent a57b358 commit 33f2ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/prometheus-exporter-gateway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in
config = mkIf (enabledExporters != {}) {
networking.firewall.allowedTCPPorts = [ 9000 ];

ansible-host.extraPyPackages = [ "cryptography" ];
ansible-host.extraPyPackages = [ "cryptography" "pyopenssl" ];

services.nginx.virtualHosts."prometheus_exporter_gateway" = {
listen = [
Expand Down

0 comments on commit 33f2ccd

Please sign in to comment.