services.printing.allowFrom

NixOS option

From which hosts to allow unconditional access.

type: list of string
Default
[
  "localhost"
]
Example
[
  "all"
]
declared in: nixos/modules/services/printing/cupsd.nixView source on NixOS/nixpkgs →