wpa_supplicant service: Warn about plaintext keys in docs

This commit is contained in:
Robin Gloster 2016-01-06 03:57:25 +00:00
parent 391c330042
commit 246f0e91cd
2 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,9 @@ networking.wireless.networks = {
} }
</programlisting> </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 <literal>/etc/wpa_supplicant.conf</literal>. You should edit this file
yourself to define wireless networks, WPA keys and so on (see yourself to define wireless networks, WPA keys and so on (see
wpa_supplicant.conf(5)). wpa_supplicant.conf(5)).

View File

@ -46,6 +46,9 @@ in {
description = '' description = ''
The network's pre-shared key in plaintext defaulting The network's pre-shared key in plaintext defaulting
to being a network without any authentication. to being a network without any authentication.
Be aware that these will be written to the nix store
in plaintext!
''; '';
}; };
}; };