nixos/ddclient: add warning about password being world readable

Closes #16885.

+1 -1
+1 -1
nixos/modules/services/networking/ddclient.nix
··· 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