nixos-dotfiles

nixos-dotfiles

https://git.tonybtw.com/nixos-dotfiles.git git://git.tonybtw.com/nixos-dotfiles.git

asdf

Commit
8e65d7593759004fbeb644546109bbdd4e9def11
Parents
c3803f3 598e272
Author
tonybanters <tonybanters@gmail.com>
Date
2026-02-04 08:06:27

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: ")))