From 78eac466b0f9ea964d7f8b3e473b93584c76bf44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Tue, 19 Jul 2016 16:49:46 +0200 Subject: [PATCH] nixos/ddclient: add warning about password being world readable Closes #16885. --- nixos/modules/services/networking/ddclient.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/ddclient.nix b/nixos/modules/services/networking/ddclient.nix index 633ceaebfa4e..005c57dce7c7 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. ''; };