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