Merge pull request #173207 from SuperSandro2000/ddclient-verbose

nixos/ddclient: turn verbose off by default
main
Jörg Thalheim 2 years ago committed by GitHub
commit 9b5e36cf13
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 { verbose = mkOption {
default = true; default = false;
type = bool; type = bool;
description = '' description = ''
Print verbose information. Print verbose information.

Loading…
Cancel
Save