nixos/ddclient: add warning about password being world readable
Closes #16885.
Bjørn Forsman 9 years ago 78eac466 92a14228
··· 48 default = ""; 49 type = str; 50 description = '' 51 - Password. 52 ''; 53 }; 54
··· 48 default = ""; 49 type = str; 50 description = '' 51 + Password. WARNING: The password becomes world readable in the Nix store. 52 ''; 53 }; 54