Aminda Suomalainen 0a9896314f
fix-networkmanager-iwd-selinux.bash: accidentally become oneliner find
The original script didn't handle spaces in SSIDs and then I noticed warning about find -exec being better than find in for which may be unreliable and after some manual reading I ended up with this.
2025-05-14 14:10:44 +03:00
..
2024-07-22 22:54:58 +03:00
2024-07-03 19:08:14 +03:00
2024-07-22 22:54:58 +03:00

iwd network configuration lives in this directory

See also ../../../etc/iwd/main.conf especially in standalone iwd without NetworkManager.

Notes:

  • git commiting the same SSID with different capitalisations breaks Windows and more common macOS setups due to their filesystems being case-insensitive.
  • Settings.AutoConnect=true is unnecessary as it defaults to true according to man iwd.network.
  • IPv6.Enabled=true defauls to true being also unnecessary.
  • private-home-sample.psk has a comment on MAC address override and sends hostname with IPv4 DHCP. private-cafe-sample.psk always randomizes MAC address and doesnt send hostname.
  • The .open networks always randomize MAC address too. If a network is private and needs MAC address for captive portal override or something, private-home-sample.psk should be adjusted from.