MyNixOS website logo
option

services.postgrey.socket

Socket to bind to.

Declarations
Type
(submodule) or (submodule)
Default
{
  mode = "0777";
  path = "/run/postgrey.sock";
}
Example
{
  addr = "127.0.0.1";
  port = 10030;
}