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.
main
Sandro 2 years ago committed by GitHub
parent 53232aec11
commit 6c0dc6d621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/modules/services/networking/ddclient.nix

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

Loading…
Cancel
Save