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:
Sandro 2022-05-16 01:49:08 +02:00 committed by GitHub
parent 53232aec11
commit 6c0dc6d621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ with lib;
};
verbose = mkOption {
default = true;
default = false;
type = bool;
description = ''
Print verbose information.