mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* 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:
parent
755ee8bd08
commit
6c710f7d2b
@ -67,6 +67,11 @@ in
|
|||||||
|
|
||||||
cupsdConf = mkOption {
|
cupsdConf = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
|
example =
|
||||||
|
''
|
||||||
|
BrowsePoll cups.example.com
|
||||||
|
LogLevel debug
|
||||||
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
The contents of the configuration file of the CUPS daemon
|
The contents of the configuration file of the CUPS daemon
|
||||||
(<filename>cupsd.conf</filename>).
|
(<filename>cupsd.conf</filename>).
|
||||||
@ -117,7 +122,7 @@ in
|
|||||||
|
|
||||||
services.printing.cupsdConf =
|
services.printing.cupsdConf =
|
||||||
''
|
''
|
||||||
LogLevel debug
|
LogLevel info
|
||||||
|
|
||||||
SystemGroup root
|
SystemGroup root
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user