Skyler Grey | f4a835a | 2022-08-20 22:30:48 +0100 | [diff] [blame] | 1 | { |
2 | config = { | ||||
3 | networking.hostName = "python"; | ||||
4 | |||||
5 | networking.wireless.iwd.enable = true; | ||||
6 | networking.wireless.iwd.settings = { | ||||
7 | Settings = { | ||||
8 | AutoConnect = true; | ||||
9 | AlwaysRandomizeAddress = true; | ||||
10 | }; | ||||
11 | }; | ||||
12 | networking.search = [ | ||||
13 | "python.local" | ||||
14 | ]; | ||||
15 | }; | ||||
16 | } |