3
0
Fork 0
forked from mirrors/nixpkgs

docs: added missing semicolon in example

This commit is contained in:
Mike Dalrymple 2022-12-12 12:07:15 -08:00
parent 027f0818ab
commit 495b71906c
No known key found for this signature in database
GPG key ID: 6E83ABCA5BA8D035

View file

@ -50,7 +50,7 @@ networking.wireless.networks = {
echelon = {
pskRaw = "dca6d6ed41f4ab5a984c9f55f6f66d4efdc720ebf66959810f4329bb391c5435";
};
}
};
```
or you can use it to directly generate the `wpa_supplicant.conf`: