blob: 28ba47f26335d077e8713ee71542f5253acf5948 [file] [log] [blame]
Skyler Greyf4a835a2022-08-20 22:30:48 +01001{
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}