mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
libera tls
This commit is contained in:
parent
6fffabaa35
commit
b7a2a89b1d
1 changed files with 6 additions and 6 deletions
|
|
@ -31,17 +31,17 @@
|
||||||
nickname = "death916";
|
nickname = "death916";
|
||||||
username = "death916/libera";
|
username = "death916/libera";
|
||||||
server = "100.72.187.12";
|
server = "100.72.187.12";
|
||||||
port = 6667;
|
port = 6697;
|
||||||
chathistory = true;
|
chathistory = true;
|
||||||
use_tls = false;
|
use_tls = false;
|
||||||
dangerously_accept_invalid_certs = true;
|
# dangerously_accept_invalid_certs = true;
|
||||||
logging = true;
|
logging = true;
|
||||||
buffer = "replace-pane";
|
buffer = "replace-pane";
|
||||||
password_file = "/home/death916/.config/halloy/libera.pass";
|
password_file = "/home/death916/.config/halloy/libera.pass";
|
||||||
sasl.plain = {
|
# sasl.plain = {
|
||||||
username = "death916";
|
# username = "death916";
|
||||||
password_file = "/home/death916/.config/halloy/libera.pass";
|
# password_file = "/home/death916/.config/halloy/libera.pass";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
servers.oftc = {
|
servers.oftc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue