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 = {
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue