tweak(wireless): disable fallback to WPA2

This commit is contained in:
Infinidoge 2022-06-03 14:32:30 -04:00
parent 3f4e5ceda3
commit 06ee155d43

View file

@ -29,6 +29,7 @@ in
networking.wireless = { networking.wireless = {
enable = true; enable = true;
userControlled.enable = true; userControlled.enable = true;
fallbackToWPA2 = mkDefault false;
}; };
}) })
]; ];