services.nsd.reuseport
NixOS option
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
type: booleanDefault
declared in: nixos/modules/services/networking/nsd.nixView source on NixOS/nixpkgs →pkgs.stdenv.hostPlatform.isLinux