User Tools

Site Tools


networkmanager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
networkmanager [2021/05/22 23:14]
Andrew Zaborowski Bump header levels to make them show in the TOC
networkmanager [2021/05/22 23:34]
Andrew Zaborowski iwd-config-path explanation update.
Line 57: Line 57:
 </​code>​ </​code>​
  
-//​(Currently in master, to arrive in 1.34, didn't make 1.32)// Tells NM to re-write IWD network configurations whenever an NM network profile is changed thus enabling editing settings such as EAP authentication from //​nm-connection-editor//​ GUI.  //​Warning://​ when enabled NM profiles are the authoritative ones and IWD's ''/​var/​lib/​iwd''​ files can get overwritten any time:+//​(Currently in master, to arrive in 1.32 or 1.34)// Tells NM to re-write IWD network configurations whenever an NM network profile is changed thus enabling editing settings such as EAP authentication from //​nm-connection-editor//​ GUI.  ​With IWD versions 1.15 and later this is on by default (set to ''​no''​ or an empty string to disable). ​ With IWD versions 1.14 you must specify a valid path (''​iwd-config-path=/​var/​lib/​iwd''​) to enable. ​//​Warning://​ when enabled NM profiles are the authoritative ones and IWD's ''/​var/​lib/​iwd''​ files can get overwritten any time:
 <​code>​ <​code>​
 [main] [main]
-iwd-config-path=/​var/​lib/​iwd+iwd-config-path=auto
 </​code>​ </​code>​
  
networkmanager.txt ยท Last modified: 2022/09/23 15:21 by Andrew Zaborowski