about summary refs log tree commit diff
path: root/nixos/modules/services/networking/sslh.nix
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2020-10-21 19:34:35 +0000
committerGitHub <noreply@github.com>2020-10-21 21:34:35 +0200
commit9e8eaea484a2a6b4847dd2e35e5b764d4086a440 (patch)
tree49a88ba5fde1678dcdace1a88331c828e94affc1 /nixos/modules/services/networking/sslh.nix
parent278d8641c8da8cea2fa506e7a887d887ba38b14c (diff)
downloadnixlib-9e8eaea484a2a6b4847dd2e35e5b764d4086a440.tar
nixlib-9e8eaea484a2a6b4847dd2e35e5b764d4086a440.tar.gz
nixlib-9e8eaea484a2a6b4847dd2e35e5b764d4086a440.tar.bz2
nixlib-9e8eaea484a2a6b4847dd2e35e5b764d4086a440.tar.lz
nixlib-9e8eaea484a2a6b4847dd2e35e5b764d4086a440.tar.xz
nixlib-9e8eaea484a2a6b4847dd2e35e5b764d4086a440.tar.zst
nixlib-9e8eaea484a2a6b4847dd2e35e5b764d4086a440.zip
nixos/sslh: fix usage of the now removed ssl probe (#101087)
and document
Diffstat (limited to 'nixos/modules/services/networking/sslh.nix')
-rw-r--r--nixos/modules/services/networking/sslh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/sslh.nix b/nixos/modules/services/networking/sslh.nix
index 0921febba668..4c2740d20192 100644
--- a/nixos/modules/services/networking/sslh.nix
+++ b/nixos/modules/services/networking/sslh.nix
@@ -31,7 +31,7 @@ let
       { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
       { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
       { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
-      { name: "ssl"; host: "localhost"; port: "443"; probe: "builtin"; },
+      { name: "tls"; host: "localhost"; port: "443"; probe: "builtin"; },
       { name: "anyprot"; host: "localhost"; port: "443"; probe: "builtin"; }
     );
   '';