+11
nixos/modules/services/mail/tlsrpt.nix
+11
nixos/modules/services/mail/tlsrpt.nix
···+default = "${lib.getExe pkgs.curl} --silent --header 'Content-Type: application/tlsrpt+gzip' --data-binary @-";+''${lib.getExe pkgs.curl} --silent --header 'Content-Type: application/tlsrpt+gzip' --data-binary @-+Call to an HTTPS client, that accepts the URL on the commandline and the request body from stdin.