* Provide an example for services.printing.cupsdConf.

* Change the default CUPS log level to "info".

svn path=/nixos/trunk/; revision=20957
This commit is contained in:
Eelco Dolstra 2010-04-06 13:25:00 +00:00
parent 755ee8bd08
commit 6c710f7d2b

View File

@ -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
(<filename>cupsd.conf</filename>).
@ -117,7 +122,7 @@ in
services.printing.cupsdConf =
''
LogLevel debug
LogLevel info
SystemGroup root