forked from mirrors/nixpkgs
docs: added missing semicolon in example
This commit is contained in:
parent
027f0818ab
commit
495b71906c
|
@ -50,7 +50,7 @@ networking.wireless.networks = {
|
|||
echelon = {
|
||||
pskRaw = "dca6d6ed41f4ab5a984c9f55f6f66d4efdc720ebf66959810f4329bb391c5435";
|
||||
};
|
||||
}
|
||||
};
|
||||
```
|
||||
|
||||
or you can use it to directly generate the `wpa_supplicant.conf`:
|
||||
|
|
Loading…
Reference in a new issue