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.
- Type
attribute set of (submodule)- Default
{ pdf = { }; }- Example
{ pdf = { settings = { Out = "\${HOME}/cups-pdf"; UserUMask = "0033"; }; }; }- Declared
- <nixpkgs/nixos/modules/services/printing/cups-pdf.nix>