fmt
This commit is contained in:
parent
0b15a493e9
commit
5ab4498942
1 changed files with 13 additions and 11 deletions
|
@ -18,7 +18,8 @@
|
||||||
|
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
networks."40-wireless" = {
|
networks = {
|
||||||
|
"40-wireless" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
Type = "wlan";
|
Type = "wlan";
|
||||||
|
@ -32,4 +33,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue