services.tlsrpt.reportd.settings.http_script

NixOS option

Call to an HTTPS client, that accepts the URL on the commandline and the request body from stdin.

type: null or string
Default
${lib.getExe pkgs.curl} --silent --header 'Content-Type: application/tlsrpt+gzip' --data-binary @-
declared in: nixos/modules/services/mail/tlsrpt.nixView source on NixOS/nixpkgs →