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 = {
|
||||
enable = true;
|
||||
networks."40-wireless" = {
|
||||
enable = true;
|
||||
matchConfig = {
|
||||
Type = "wlan";
|
||||
};
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
IgnoreCarrierLoss = "3s";
|
||||
};
|
||||
linkConfig = {
|
||||
RequiredForOnline = "yes";
|
||||
networks = {
|
||||
"40-wireless" = {
|
||||
enable = true;
|
||||
matchConfig = {
|
||||
Type = "wlan";
|
||||
};
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
IgnoreCarrierLoss = "3s";
|
||||
};
|
||||
linkConfig = {
|
||||
RequiredForOnline = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue