mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-18 01:53:03 +00:00
nixos/ddclient: add warning about password being world readable
Closes #16885.
This commit is contained in:
parent
92a1422874
commit
78eac466b0
|
@ -48,7 +48,7 @@ in
|
|||
default = "";
|
||||
type = str;
|
||||
description = ''
|
||||
Password.
|
||||
Password. WARNING: The password becomes world readable in the Nix store.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue