From 30e18bbc66e1868ef13ee619979f37649af85846 Mon Sep 17 00:00:00 2001 From: RuboGubo Date: Fri, 22 Aug 2025 20:20:37 +0100 Subject: [PATCH] Enable network configuration in iwd settings closes #4885 --- pkgs/installer/iwd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/installer/iwd.nix b/pkgs/installer/iwd.nix index 8717a1c38..168b39e26 100644 --- a/pkgs/installer/iwd.nix +++ b/pkgs/installer/iwd.nix @@ -55,6 +55,7 @@ in networking.wireless.iwd = { enable = true; settings = { + General.EnableNetworkConfiguration = true; Network = { EnableIPv6 = true; RoutePriorityOffset = 300;