firmware: Add iwd
This commit is contained in:
parent
336c4267c8
commit
550445e0f9
@ -3,15 +3,25 @@
|
|||||||
hostName = config.system.name;
|
hostName = config.system.name;
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
useNetworkd = true;
|
useNetworkd = true;
|
||||||
|
wireless.iwd = {
|
||||||
|
enable = true;
|
||||||
|
settings.DriverQuirks.DefaultInterface = "*";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
network = {
|
network = {
|
||||||
|
wait-online.enable = false;
|
||||||
networks = {
|
networks = {
|
||||||
"10-ethernet" = {
|
"10-ethernet" = {
|
||||||
matchConfig.Name = "ethernet";
|
matchConfig.Name = "ethernet";
|
||||||
DHCP = "yes";
|
DHCP = "yes";
|
||||||
};
|
};
|
||||||
|
"10-wifi" = {
|
||||||
|
matchConfig.Name = "wifi";
|
||||||
|
DHCP = "yes";
|
||||||
|
networkConfig.IgnoreCarrierLoss = "3s";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user