From 529f23f9ed99a97c82fecc239d9e9706b3974c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 5 Jun 2024 23:18:40 +0300 Subject: [PATCH] soju: disable admin socket for now --- 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 5333f9d..9f8694c 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -530,7 +530,7 @@ soju = { enable = true; listen = [ - "unix+admin://" + #"unix+admin://" ":${toString myData.ports.soju}" "wss://:${toString myData.ports.soju-ws}" ];