9 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  lib,
 | 
						|
  config,
 | 
						|
  ...
 | 
						|
}:
 | 
						|
lib.mkIf (config.services.home-assistant.extensions.jellyfin.enable) {
 | 
						|
  services.home-assistant.extraComponents = ["jellyfin"];
 | 
						|
  # TODO: configure port, address, and login information here
 | 
						|
}
 |