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 {
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user