about summary refs log tree commit diff
path: root/machines/profpatsch/legosi.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-19 00:53:11 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-19 00:53:11 +0200
commitb8a5df7611623e8cec098db41c5ff3b221e0d4f3 (patch)
tree6535a53a57b62edd8c89b49b9d3b78732dd845b2 /machines/profpatsch/legosi.nix
parent691c449327f6f94c883473920198ed725d7651c5 (diff)
machines/legosi: open bitlebee authMode for now
Diffstat (limited to 'machines/profpatsch/legosi.nix')
-rw-r--r--machines/profpatsch/legosi.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index f67c0140..42415029 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -52,8 +52,10 @@ in {
 
     services.bitlbee = {
       enable = true;
-      authBackend = "pam";
-      authMode = "Closed";
+      authBackend = "storage";
+      # TODO: use a unix socket shared between the weechat and bitlbee
+      # So that I can leave this open and only the weechat can connect.
+      authMode = "Open";
       hostName = hostname;
       interface = "127.0.0.1";
       libpurple_plugins = [];