mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
wpa_supplicant service: Warn about plaintext keys in docs
This commit is contained in:
parent
391c330042
commit
246f0e91cd
@ -28,7 +28,9 @@ networking.wireless.networks = {
|
||||
}
|
||||
</programlisting>
|
||||
|
||||
When no networks are set it will default to using a configuration file at
|
||||
Be aware that keys will be written to the nix store in plaintext!
|
||||
|
||||
When no networks are set, it will default to using a configuration file at
|
||||
<literal>/etc/wpa_supplicant.conf</literal>. You should edit this file
|
||||
yourself to define wireless networks, WPA keys and so on (see
|
||||
wpa_supplicant.conf(5)).
|
||||
|
@ -46,6 +46,9 @@ in {
|
||||
description = ''
|
||||
The network's pre-shared key in plaintext defaulting
|
||||
to being a network without any authentication.
|
||||
|
||||
Be aware that these will be written to the nix store
|
||||
in plaintext!
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user