nixos-dotfiles
nixos-dotfiles
https://git.tonybtw.com/nixos-dotfiles.git
git://git.tonybtw.com/nixos-dotfiles.git
asdf
Diff
diff --cc config/temacs/config.el
index 1d5f088,40b906b..e49b75a
--- a/config/temacs/config.el
+++ b/config/temacs/config.el
@@@ -181,7 -181,8 +181,8 @@@
(defun my/erc-connect-libera ()
"Connect to Libera.Chat via ZNC bouncer."
(interactive)
- (erc-tls :server "znc.tonybtw.com"
+ (erc-tls :server "192.168.86.113"
:port 6697
- :nick "tony"
- :user "tony"))
+ :nick "tonybtw"
+ :user "tony/libera"
+ :password (read-passwd "ZNC password: ")))