forked from mirrors/nixpkgs
nixos/ddclient: turn verbose off by default
verbose is a debugging setting one step noisier than debug and should only be turned on when debugging because it leaks quite some credentials and tokens in the journalctl.
This commit is contained in:
parent
53232aec11
commit
6c0dc6d621
|
@ -181,7 +181,7 @@ with lib;
|
|||
};
|
||||
|
||||
verbose = mkOption {
|
||||
default = true;
|
||||
default = false;
|
||||
type = bool;
|
||||
description = ''
|
||||
Print verbose information.
|
||||
|
|
Loading…
Reference in a new issue