refactor: rename wireless module to basic

This commit is contained in:
Kiana Sheibani 2024-11-22 18:21:04 -05:00
parent f178336dd8
commit dede65dc18
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
networking.wireless.iwd.enable = true;
networking.wireless.iwd.settings = {
Settings.AutoConnect = true;
Network.EnableIPv6 = false;
General.EnableNetworkConfiguration = true;
};
}