diff options
author | William Carroll <wpcarro@gmail.com> | 2020-06-30T22·12+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-06-30T22·12+0100 |
commit | 7e6daaf21a8e10473f2531314f9d5dd64056b581 (patch) | |
tree | cbdc085ddd63242729c5a98ea42ebde82f082f57 /nixos | |
parent | fa4eb2c61ba7c146cba4631631507c99fe43c9ce (diff) |
Prefer "Closed" authMode
Setting `authMode = "Registered"` prevents me from running the `register <password>` command from inside of `bitlbee`, which I *believe* I need to run...
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/socrates/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |