MyNixOS website logo
option

services.printing.cups-pdf.instances.<name>.settings

Settings for a cups-pdf instance, see the descriptions in the template config file in the cups-pdf package. The key value pairs declared here will be translated into proper key value pairs for cups-pdf.conf. Setting a value to null disables the option and removes it from the file.

Declarations
Type
null or signed integer or string or path or package
Default
{ }
Example
{
  Out = "\${HOME}/cups-pdf";
  UserUMask = "0033";
}