MyNixOS website logo
option

services.printing.listenAddresses

A list of addresses and ports on which to listen.

Declarations
Type
list of string
Default
[
  "localhost:631"
]
Example
[
  "*:631"
]