mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			372 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			372 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Match]
 | 
						|
Type=ether
 | 
						|
 | 
						|
[Link]
 | 
						|
# I always mask systemd-networkd-wait-online.service anyway, so everything can
 | 
						|
# be required for online if it wants to be.
 | 
						|
ActivationPolicy=always-up
 | 
						|
# Nothing else is managing addressing etc.
 | 
						|
Unmanaged=false
 | 
						|
 | 
						|
[Network]
 | 
						|
DHCP=true
 | 
						|
IPv6PrivacyExtensions=true
 | 
						|
IPv6LinkLocalAddressGenerationMode=stable-privacy
 | 
						|
DNSSEC=true
 | 
						|
DNSOverTLS=true
 | 
						|
Domains=.
 |