Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/ddclient: add warning about password being world readable

Closes #16885.

(cherry picked from commit 78eac466b0f9ea964d7f8b3e473b93584c76bf44)

+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