mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# iwd is replacement for wpa_supplicant by Intel
 | 
						|
 | 
						|
# Important!
 | 
						|
# systemctl disable --now wpa_supplicant
 | 
						|
# systemctl mask wpa_supplicant
 | 
						|
# systemctl restart NetworkManager
 | 
						|
 | 
						|
[device]
 | 
						|
wifi.backend=iwd
 | 
						|
# Leave autoconnection logic and all for NetworkManager. Without this I seem
 | 
						|
# to not have fallback to other connections if the highest priority fails on
 | 
						|
# ThinkPad T470 aka Lumina.
 | 
						|
#wifi.iwd.autoconnect=true
 | 
						|
wifi.iwd.autoconnect=false
 | 
						|
# vim: filetype=NetworkManager.conf
 |