Merge pull request #173207 from SuperSandro2000/ddclient-verbose

nixos/ddclient: turn verbose off by default
This commit is contained in:
Jörg Thalheim 2022-05-16 07:01:25 +01:00 committed by GitHub
commit 9b5e36cf13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.