From b7a2a89b1dfc1d6aa25aa5afaf8f7750529fb4d4 Mon Sep 17 00:00:00 2001 From: death916 Date: Fri, 27 Feb 2026 04:06:42 -0800 Subject: [PATCH] libera tls --- home-manager/halloy.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home-manager/halloy.nix b/home-manager/halloy.nix index d626dc4..1639f01 100644 --- a/home-manager/halloy.nix +++ b/home-manager/halloy.nix @@ -31,17 +31,17 @@ nickname = "death916"; username = "death916/libera"; server = "100.72.187.12"; - port = 6667; + port = 6697; chathistory = true; use_tls = false; - dangerously_accept_invalid_certs = true; + # dangerously_accept_invalid_certs = true; logging = true; buffer = "replace-pane"; password_file = "/home/death916/.config/halloy/libera.pass"; - sasl.plain = { - username = "death916"; - password_file = "/home/death916/.config/halloy/libera.pass"; - }; + # sasl.plain = { + # username = "death916"; + # password_file = "/home/death916/.config/halloy/libera.pass"; + # }; }; servers.oftc = {