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