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>
|
</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)).
|
||||||
|
@ -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!
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user