reconfigure systemd-networkd + iwd
This commit is contained in:
parent
3331044adf
commit
0b15a493e9
1 changed files with 5 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue