services.anubis.defaultOptions.settings.BIND_NETWORK

NixOS option

The network family that Anubis should bind to. Accepts anything supported by Go’s net.Listen. Common values are tcp and unix.

type: string
Default
"unix"
Example
"tcp"
declared in: nixos/modules/services/networking/anubis.nixView source on NixOS/nixpkgs →