blob: 28ba47f26335d077e8713ee71542f5253acf5948 [file] [log] [blame]
{
config = {
networking.hostName = "python";
networking.wireless.iwd.enable = true;
networking.wireless.iwd.settings = {
Settings = {
AutoConnect = true;
AlwaysRandomizeAddress = true;
};
};
networking.search = [
"python.local"
];
};
}