From 994400fe3f2333114f95fff030a28d3dd2e57a3d Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sun, 27 Feb 2022 20:29:48 -0300 Subject: [PATCH] root: add iwd config --- root/config.yaml | 5 +++++ root/iwd.conf | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 root/iwd.conf diff --git a/root/config.yaml b/root/config.yaml index 2d2ed25..3b8aff1 100644 --- a/root/config.yaml +++ b/root/config.yaml @@ -54,6 +54,7 @@ profiles: - grub - pam - bluez + - iwd - locale - fstab - sysctl @@ -107,6 +108,10 @@ dotfiles: actions: - dbus_uuidgen + iwd: + src: iwd.conf + dst: /etc/iwd/main.conf + elogind: src: elogind.conf dst: /etc/elogind/logind.conf diff --git a/root/iwd.conf b/root/iwd.conf new file mode 100644 index 0000000..ef8e660 --- /dev/null +++ b/root/iwd.conf @@ -0,0 +1,3 @@ +[General] +EnableNetworkConfiguration=false +UseDefaultInterface=true