summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-01-06 03:57:25 +0000
committerRobin Gloster <mail@glob.in>2016-01-06 03:58:39 +0000
commit246f0e91cda1357ef31708e414d4b697ec9a15a7 (patch)
tree1afd79aaf0a9cb4a6266ba20bff78b7135abed13 /nixos/modules/services/networking
parent391c33004242b17d41d9e15e8a0a7c416087c17a (diff)
downloadnixlib-246f0e91cda1357ef31708e414d4b697ec9a15a7.tar
nixlib-246f0e91cda1357ef31708e414d4b697ec9a15a7.tar.gz
nixlib-246f0e91cda1357ef31708e414d4b697ec9a15a7.tar.bz2
nixlib-246f0e91cda1357ef31708e414d4b697ec9a15a7.tar.lz
nixlib-246f0e91cda1357ef31708e414d4b697ec9a15a7.tar.xz
nixlib-246f0e91cda1357ef31708e414d4b697ec9a15a7.tar.zst
nixlib-246f0e91cda1357ef31708e414d4b697ec9a15a7.zip
wpa_supplicant service: Warn about plaintext keys in docs
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/wpa_supplicant.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/wpa_supplicant.nix b/nixos/modules/services/networking/wpa_supplicant.nix
index 397811f96266..1b655af6c82d 100644
--- a/nixos/modules/services/networking/wpa_supplicant.nix
+++ b/nixos/modules/services/networking/wpa_supplicant.nix
@@ -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!
               '';
             };
           };