MyNixOS website logo
option

services.kresd.listenPlain

What addresses and ports the server should listen on. For detailed syntax see ListenStream in systemd.socket(5).

Declarations
Type
list of string
Default
[
  "[::1]:53"
  "127.0.0.1:53"
]
Example
[
  "53"
]