MyNixOS website logo
option

services.nsd.reuseport

Whether to enable SO_REUSEPORT on all used sockets. This lets multiple processes bind to the same port. This speeds up operation especially if the server count is greater than one and makes fast restarts less prone to fail.

Declarations
Type
boolean
Default
pkgs.stdenv.isLinux