mjolnir: allow use of deprecated, somewhat insecure libolm
Do this to be able to update the moderation bot and because the security issues apparently aren't real world exploitable: https://matrix.org/blog/2024/08/libolm-deprecation/
This commit is contained in:
		
					parent
					
						
							
								539b17edc3
							
						
					
				
			
			
				commit
				
					
						f9052d0eac
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -5,6 +5,11 @@ | |||
| { ... }: | ||||
| 
 | ||||
| { | ||||
|   # Allow deprecated, apparently somewhat insecure libolm to be able to update | ||||
|   # the moderation bot. | ||||
|   # The security issues aren't real world exploitable apparently: | ||||
|   # https://matrix.org/blog/2024/08/libolm-deprecation/ | ||||
|   nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ]; | ||||
|   services.mjolnir = { | ||||
|     enable = true; | ||||
|     homeserverUrl = "https://matrix.hamburg.ccc.de"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue