mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
No commits in common. "38a675932ac9164dbe13a10362c6851245e10e64" and "a661fbdb3cc3a226af37054974cd916059e59f0d" have entirely different histories.
38a675932a
...
a661fbdb3c
@ -1,13 +1,4 @@
|
|||||||
iwd network configuration lives in this directory
|
iwd network configuration lives in this directory
|
||||||
|
|
||||||
See also `../../../etc/iwd/main.conf` especially in standalone iwd without
|
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.
|
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
[Settings]
|
||||||
|
AutoConnect=true
|
||||||
|
|
||||||
|
[IPv6]
|
||||||
|
Enabled=true
|
@ -0,0 +1,5 @@
|
|||||||
|
[Settings]
|
||||||
|
AutoConnect=true
|
||||||
|
|
||||||
|
[IPv6]
|
||||||
|
Enabled=true
|
Loading…
x
Reference in New Issue
Block a user