MyNixOS website logo
option

hardware.printers.ensurePrinters.*.ppdOptions

Sets PPD options for the printer. lpoptions [-p printername] -l shows supported PPD options for the given printer.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  Duplex = "DuplexNoTumble";
  PageSize = "A4";
}