services.aerospike.networkConfig
NixOS option
network section of configuration file
type: strings concatenated with "\n"Default
declared in: nixos/modules/services/databases/aerospike.nixView source on NixOS/nixpkgs →''
service {
address any
port 3000
}
heartbeat {
address any
mode mesh
port 3002
interval 150
timeout 10
}
fabric {
address any
port 3001
}
info {
address any
port 3003
}
''