about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-05-16 06:58:01 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-05-16 06:58:01 +0100
commitb805c27bf2ae4eae4f57d427bac9df2a92e429bd (patch)
tree96047db28b4e1f2f7c5efdd072c367505cdab1fa /nix-conf/home/includes
parente66a4c7dece3202ae476606b28bfdaa65f95c2e9 (diff)
downloaddotfiles-b805c27bf2ae4eae4f57d427bac9df2a92e429bd.tar.gz
Remove dead network from irssi config
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/irssi.nix49
1 files changed, 8 insertions, 41 deletions
diff --git a/nix-conf/home/includes/irssi.nix b/nix-conf/home/includes/irssi.nix
index 83e73e2..e7cd92c 100644
--- a/nix-conf/home/includes/irssi.nix
+++ b/nix-conf/home/includes/irssi.nix
@@ -77,18 +77,14 @@
         3 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#meta"; tag = "tilde"; }); };
         4 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#blinkenshell"; tag = "blinkenirc"; }); };
         5 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#blinkenshell.op"; tag = "blinkenirc"; }); };
-        6 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#prosapologian"; tag = "refchat"; }); };
-        7 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#clojure"; tag = "libera"; }); };
-        8 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#emacs"; tag = "libera"; }); };
-        9 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#emacs"; tag = "tilde"; }); };
-        10 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#ctrl-c"; tag = "tilde"; }); };
-        11 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#team"; tag = "tilde"; }); };
-        12 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#systemcrafters"; tag = "libera"; }); };
-        13 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#!"; tag = "hashbang"; }); };
-        14 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#nixos"; tag = "libera"; }); };
-        15 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#home-manager"; tag = "oftc"; }); };
-        16 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "&bitlbee"; tag = "bitlbee"; }); };
-        17 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#twitter_deejayem"; tag = "bitlbee"; }); };
+        6 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#clojure"; tag = "libera"; }); };
+        7 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#emacs"; tag = "libera"; }); };
+        8 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#ctrl-c"; tag = "tilde"; }); };
+        9 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#team"; tag = "tilde"; }); };
+        10 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#systemcrafters"; tag = "libera"; }); };
+        11 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#!"; tag = "hashbang"; }); };
+        12 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#nixos"; tag = "libera"; }); };
+        13 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#home-manager"; tag = "oftc"; }); };
       };
     '';
     networks = {
@@ -185,35 +181,6 @@
           "#!".autoJoin = true;
         };
       };
-      refchat = {
-        nick = "djm";
-        saslExternal = true;
-        server = {
-          address = "gill.refchat.net";
-          port = 6697;
-          autoConnect = true;
-          ssl = {
-            enable = true;
-            verify = false;
-            certificateFile = "${config.home.homeDirectory}/.irssi/refchat.pem";
-          };
-        };
-        channels = {
-          prosapologian.autoJoin = true;
-        };
-      };
-      bitlbee = {
-        nick = "djm";
-        autoCommands = [ "bitlbee_identify" ];
-        server = {
-          address = "testing.bitlbee.org";
-          port = 6697;
-          autoConnect = true;
-          ssl = {
-            enable = true;
-          };
-        };
-      };
     };
   };
 }