7 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }:
 | 
						|
{
 | 
						|
  services.jellyfin = {
 | 
						|
    enable = true;
 | 
						|
    openFirewall = true;
 | 
						|
  };
 | 
						|
}
 |