From 7e6daaf21a8e10473f2531314f9d5dd64056b581 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 30 Jun 2020 23:12:18 +0100 Subject: Prefer "Closed" authMode Setting `authMode = "Registered"` prevents me from running the `register ` command from inside of `bitlbee`, which I *believe* I need to run... --- nixos/socrates/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index f48c4cf01db3..18a267bd22b6 100644 --- a/nixos/socrates/configuration.nix +++ b/nixos/socrates/configuration.nix @@ -100,7 +100,7 @@ in { nixpkgs.config.bitlbee.enableLibPurple = true; services.bitlbee = { interface = "0.0.0.0"; - authMode = "Registered"; + authMode = "Closed"; enable = true; libpurple_plugins = [ pkgs.telegram-purple -- cgit 1.4.1