From e0bbc6b798395b28f583512faa884bafe68fc27c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 15 Jan 2023 14:55:50 +0200 Subject: [PATCH] var/lib/iwd: stop repeating global configuration --- var/lib/iwd/README.md | 8 +++++++- var/lib/iwd/openwireless.org.open | 5 ----- var/lib/iwd/openwireless.org_nomap.open | 5 ----- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/var/lib/iwd/README.md b/var/lib/iwd/README.md index 99c591d5..5ecbace1 100644 --- a/var/lib/iwd/README.md +++ b/var/lib/iwd/README.md @@ -1,4 +1,10 @@ iwd network configuration lives in this directory See also `../../../etc/iwd/main.conf` especially in standalone iwd without -NetworkManager +NetworkManager. + +Notes: + +* `Settings.AutoConnect=true` is unnecessary as it defaults to true + according to `man iwd.network`. +* `IPv6.Enabled=true` defauls to true being also unnecessary. diff --git a/var/lib/iwd/openwireless.org.open b/var/lib/iwd/openwireless.org.open index fedfdca0..e69de29b 100644 --- a/var/lib/iwd/openwireless.org.open +++ b/var/lib/iwd/openwireless.org.open @@ -1,5 +0,0 @@ -[Settings] -AutoConnect=true - -[IPv6] -Enabled=true diff --git a/var/lib/iwd/openwireless.org_nomap.open b/var/lib/iwd/openwireless.org_nomap.open index fedfdca0..e69de29b 100644 --- a/var/lib/iwd/openwireless.org_nomap.open +++ b/var/lib/iwd/openwireless.org_nomap.open @@ -1,5 +0,0 @@ -[Settings] -AutoConnect=true - -[IPv6] -Enabled=true