From 6f5240a53c3e7959b879400a8eaf62ec36659f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 22 Aug 2023 14:39:42 +0300 Subject: [PATCH] soju: add unix+admin --- 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 813fcac..8144134 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -226,7 +226,7 @@ soju = { enable = true; - listen = [":${toString myData.ports.soju}"]; + listen = ["unix+admin://" ":${toString myData.ports.soju}"]; tlsCertificate = "/run/soju/cert.pem"; tlsCertificateKey = "/run/soju/key.pem"; hostName = "irc.jakstys.lt";