From b3772a5f232b04baa3490ee976f5474be5f6ebf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 12 Feb 2024 16:03:32 +0200 Subject: [PATCH] irc: add wss listener --- hosts/vno1-oh2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 8f8925c..eaa8ba3 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -523,7 +523,7 @@ listen = [ "unix+admin://" ":${toString myData.ports.soju}" - "ws+insecure://:${toString myData.ports.soju-ws}" + "wss://:${toString myData.ports.soju-ws}" ]; tlsCertificate = "/run/soju/cert.pem"; tlsCertificateKey = "/run/soju/key.pem";