commit | 70d1eef47dd488f70fd04863f9b790a36a74040e | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue Sep 06 22:23:37 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue Sep 06 22:23:37 2022 +0100 |
tree | 8494bf359a7a4b01541400770e7ac4078484c3cc | |
parent | 447445a957769bea68e33c048afd28034f197368 [diff] |
Allow iwd to manage the network - This is useful for AP mode, as if we don't then devices can fail to get an IP address assigned
diff --git a/modules/networking.nix b/modules/networking.nix index ac82538..a0df108 100644 --- a/modules/networking.nix +++ b/modules/networking.nix
@@ -4,6 +4,9 @@ networking.wireless.iwd.enable = true; networking.wireless.iwd.settings = { + General = { + EnableNetworkConfiguration = true; + }; Settings = { AutoConnect = true; AlwaysRandomizeAddress = true;