Just so much more trouble than it's worth - NixOS containers are really not designed to work with it
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			78 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			78 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { config, lib, pkgs, ... }:
 | |
| 
 | |
| {
 | |
|   networking.interfaces.ens3.useDHCP = true;
 | |
| }
 |