summary refs log tree commit diff
path: root/nixos/modules/services/networking/ddclient.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-07-19 16:49:46 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-07-19 16:51:42 +0200
commit78eac466b0f9ea964d7f8b3e473b93584c76bf44 (patch)
tree846db502503de5034820189a62b648bc370e7d12 /nixos/modules/services/networking/ddclient.nix
parent92a1422874d2e58619196581d810e0612ceae5f9 (diff)
downloadnixpkgs-78eac466b0f9ea964d7f8b3e473b93584c76bf44.tar
nixpkgs-78eac466b0f9ea964d7f8b3e473b93584c76bf44.tar.gz
nixpkgs-78eac466b0f9ea964d7f8b3e473b93584c76bf44.tar.bz2
nixpkgs-78eac466b0f9ea964d7f8b3e473b93584c76bf44.tar.lz
nixpkgs-78eac466b0f9ea964d7f8b3e473b93584c76bf44.tar.xz
nixpkgs-78eac466b0f9ea964d7f8b3e473b93584c76bf44.tar.zst
nixpkgs-78eac466b0f9ea964d7f8b3e473b93584c76bf44.zip
nixos/ddclient: add warning about password being world readable
Closes #16885.
Diffstat (limited to 'nixos/modules/services/networking/ddclient.nix')
-rw-r--r--nixos/modules/services/networking/ddclient.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ddclient.nix b/nixos/modules/services/networking/ddclient.nix
index 633ceaebfa4..005c57dce7c 100644
--- a/nixos/modules/services/networking/ddclient.nix
+++ b/nixos/modules/services/networking/ddclient.nix
@@ -48,7 +48,7 @@ in
         default = "";
         type = str;
         description = ''
-          Password.
+          Password. WARNING: The password becomes world readable in the Nix store.
         '';
       };