diff --git a/home/lander/features/workstation/irssi.nix b/home/lander/features/workstation/irssi.nix index d06ec0e..b012309 100644 --- a/home/lander/features/workstation/irssi.nix +++ b/home/lander/features/workstation/irssi.nix @@ -15,9 +15,18 @@ inuits.autoJoin = true; mgmtconfig.autoJoin = true; nixos.autoJoin = true; - promethues.autoJoin = true; + prometheus.autoJoin = true; }; }; + hackint = { + server = { + address = "irc.hackint.org"; + port = 6697; + autoConnect = true; + ssl.enable = true; + }; + nick = "escapeangle"; + }; }; }; }