Add auth to bitlbee
Use Linux's PAM for Bitlbee's auth.
This commit is contained in:
		
							parent
							
								
									6cb921739d
								
							
						
					
					
						commit
						a276eddf54
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -100,6 +100,8 @@ in {
 | 
			
		|||
  nixpkgs.config.bitlbee.enableLibPurple = true;
 | 
			
		||||
  services.bitlbee = {
 | 
			
		||||
    interface = "0.0.0.0";
 | 
			
		||||
    authBackend = "pam";
 | 
			
		||||
    authMode = "Registered";
 | 
			
		||||
    enable = true;
 | 
			
		||||
    libpurple_plugins = [
 | 
			
		||||
      pkgs.telegram-purple
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue