wpa_supplicant service: Warn about plaintext keys in docs

Changed files
+6 -1
nixos
doc
manual
configuration
modules
services
networking
+3 -1
nixos/doc/manual/configuration/wireless.xml
···
}
</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)).
+3
nixos/modules/services/networking/wpa_supplicant.nix
···
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!
'';
};
};