summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-04-04 10:35:15 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-04-04 19:30:44 +0200
commit0018f1e210c38fadc8a2d778ce9dd6dc10ea212e (patch)
tree96302274e5892ae06484f9bdd6a0eea997318c57
parent8857e1b99bf7125c2b127e2d602abda8cd03b74d (diff)
downloadarch-config-0018f1e210c38fadc8a2d778ce9dd6dc10ea212e.tar.zst
Enable wireless networking
-rw-r--r--etc/iwd/main.conf2
l---------etc/systemd/system/multi-user.target.wants/iwd.service1
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/iwd/main.conf b/etc/iwd/main.conf
new file mode 100644
index 0000000..982e544
--- /dev/null
+++ b/etc/iwd/main.conf
@@ -0,0 +1,2 @@
+[General]
+EnableNetworkConfiguration=true
diff --git a/etc/systemd/system/multi-user.target.wants/iwd.service b/etc/systemd/system/multi-user.target.wants/iwd.service
new file mode 120000
index 0000000..3625abd
--- /dev/null
+++ b/etc/systemd/system/multi-user.target.wants/iwd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/iwd.service \ No newline at end of file