reconfigure systemd-networkd + iwd

This commit is contained in:
Adithya 2023-07-20 23:36:49 +05:30
parent 3331044adf
commit 0b15a493e9
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -7,9 +7,10 @@
settings = { settings = {
General = { General = {
AddressRandomization = "network"; AddressRandomization = "network";
EnableNetworkConfiguration = false;
}; };
Settings = { Settings = {
AutoConnect = true; AutoConnect = "yes";
}; };
}; };
}; };
@ -17,13 +18,14 @@
systemd.network = { systemd.network = {
enable = true; enable = true;
networks.wifi = { networks."40-wireless" = {
enable = true; enable = true;
matchConfig = { matchConfig = {
Name = "wlan0"; Type = "wlan";
}; };
networkConfig = { networkConfig = {
DHCP = "yes"; DHCP = "yes";
IgnoreCarrierLoss = "3s";
}; };
linkConfig = { linkConfig = {
RequiredForOnline = "yes"; RequiredForOnline = "yes";