summary refs log tree commit diff stats
path: root/system/settings/hardware/iwd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/iwd.nix')
-rw-r--r--system/settings/hardware/iwd.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/settings/hardware/iwd.nix b/system/settings/hardware/iwd.nix
new file mode 100644
index 00000000..560c6694
--- /dev/null
+++ b/system/settings/hardware/iwd.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }:
+
+{
+  networking.wireless.iwd = {
+    enable = true;
+  };
+
+  services.connman.wifi.backend = "iwd";
+}