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 {
default = true;
default = false;
type = bool;
description = ''
Print verbose information.

Loading…
Cancel
Save