MyNixOS website logo
option

services.printing.cups-pdf.instances

Permits to raise one or more cups-pdf instances. Each instance is named by an attribute name, and the attribute's values control the instance' configuration.

Declarations
Type
attribute set of (submodule)
Default
{
  pdf = { };
}
Example
{
  pdf = {
    settings = {
      Out = "\${HOME}/cups-pdf";
      UserUMask = "0033";
    };
  };
}