From 6c710f7d2b39dd9b38ea346f20c7f9b4bd53dcdc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Apr 2010 13:25:00 +0000 Subject: [PATCH] * Provide an example for services.printing.cupsdConf. * Change the default CUPS log level to "info". svn path=/nixos/trunk/; revision=20957 --- modules/services/printing/cupsd.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/services/printing/cupsd.nix b/modules/services/printing/cupsd.nix index e9e03251421..fb430df5b90 100644 --- a/modules/services/printing/cupsd.nix +++ b/modules/services/printing/cupsd.nix @@ -67,6 +67,11 @@ in cupsdConf = mkOption { default = ""; + example = + '' + BrowsePoll cups.example.com + LogLevel debug + ''; description = '' The contents of the configuration file of the CUPS daemon (cupsd.conf). @@ -117,7 +122,7 @@ in services.printing.cupsdConf = '' - LogLevel debug + LogLevel info SystemGroup root