services.epmd.listenStream

NixOS option

the listenStream used by the systemd socket. see https://www.freedesktop.org/software/systemd/man/systemd.socket.html#ListenStream= for more information. use this to change the port epmd will run on. if not defined, epmd will use “[::]:4369”

type: string or list of string
Default
"[::]:4369"
declared in: nixos/modules/services/networking/epmd.nixView source on NixOS/nixpkgs →