services.aerospike.extraConfig
NixOS option
Extra configuration
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/databases/aerospike.nixView source on NixOS/nixpkgs →''
namespace test {
replication-factor 2
memory-size 4G
default-ttl 30d
storage-engine memory
}
''