Compare commits

...

2 Commits

Author SHA1 Message Date
38a675932a
var/lib/iwd: add open networks my computers actually see irregularly-regularly
Note: my phone#2 has three diffent spellings of stadinet, so I am picking the one #1 believes and anyway cp is easy
2023-01-15 16:11:02 +02:00
e0bbc6b798
var/lib/iwd: stop repeating global configuration 2023-01-15 14:55:50 +02:00
7 changed files with 10 additions and 11 deletions

View File

View File

View File

@ -1,4 +1,13 @@
iwd network configuration lives in this directory
See also `../../../etc/iwd/main.conf` especially in standalone iwd without
NetworkManager
NetworkManager.
Notes:
* `git commit`ing 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.

View File

@ -1,5 +0,0 @@
[Settings]
AutoConnect=true
[IPv6]
Enabled=true

View File

@ -1,5 +0,0 @@
[Settings]
AutoConnect=true
[IPv6]
Enabled=true

View File