hardware.printers.ensurePrinters.*.ppdOptions
NixOS option
Sets PPD options for the printer. lpoptions [-p printername] -l shows supported PPD options for the given printer.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/hardware/printers.nixView source on NixOS/nixpkgs →{
Duplex = "DuplexNoTumble";
PageSize = "A4";
}