forked from fabian/nix
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			102 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			102 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{pkgs, ...}: {
 | 
						|
  boot.isContainer = true;
 | 
						|
 | 
						|
  # Network configuration.
 | 
						|
  networking.useDHCP = false;
 | 
						|
}
 |