fmt
This commit is contained in:
parent
0b15a493e9
commit
5ab4498942
1 changed files with 13 additions and 11 deletions
|
@ -18,17 +18,19 @@
|
||||||
|
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
networks."40-wireless" = {
|
networks = {
|
||||||
enable = true;
|
"40-wireless" = {
|
||||||
matchConfig = {
|
enable = true;
|
||||||
Type = "wlan";
|
matchConfig = {
|
||||||
};
|
Type = "wlan";
|
||||||
networkConfig = {
|
};
|
||||||
DHCP = "yes";
|
networkConfig = {
|
||||||
IgnoreCarrierLoss = "3s";
|
DHCP = "yes";
|
||||||
};
|
IgnoreCarrierLoss = "3s";
|
||||||
linkConfig = {
|
};
|
||||||
RequiredForOnline = "yes";
|
linkConfig = {
|
||||||
|
RequiredForOnline = "yes";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue