5 lines
		
	
	
		
			59 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			59 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ pkgs, config, ... }:
 | 
						|
{
 | 
						|
  services.nginx.enable = true;
 | 
						|
}
 | 
						
{ pkgs, config, ... }:
 | 
						|
{
 | 
						|
  services.nginx.enable = true;
 | 
						|
}
 |