5 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }: {
 | 
						|
  services.opensearch = {
 | 
						|
    enable = true;
 | 
						|
  };
 | 
						|
}
 |