services.aerospike.extraConfig

NixOS option

Extra configuration

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