6 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { config, lib, pkgs, ... }:
 | |
| 
 | |
| {
 | |
|   networking.useNetworkd = true;
 | |
|   networking.interfaces.enp0s6.useDHCP = true;
 | |
| }
 |