about summary refs log tree commit diff
path: root/nixos/modules/services/databases
AgeCommit message (Expand)AuthorFilesLines
2016-02-12postgresql: Bump default version to 9.5Eelco Dolstra1-1/+1
2016-02-10postgresql service: don't use suNikolay Amiantov1-17/+19
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel9-16/+22
2016-01-08postgresql: (94 -> 95)Tom Burdick1-2/+2
2016-01-07jobs -> systemd.servicesRobin Gloster3-24/+18
2015-12-24nixos/neo4j: rename 'host' to 'listenAddress'Bjørn Forsman1-2/+2
2015-11-16influxdb: 0.8.3 -> 0.9.4, fix moduleJaka Hudoklin1-149/+90
2015-11-01nixos/postgresql: fix extraPlugins example with a working oneLuca Bruno1-1/+1
2015-10-25nixos/postgresql: Fix execution of initialScript.aszlig1-0/+2
2015-09-30opentsdb nixos module: Add option for defining OpenTSDB's configurationRickard Nilsson1-4/+12
2015-09-08mysql: add nettools to pathBas van Dijk1-0/+6
2015-07-27Set a default value for services.postgresql.packageEelco Dolstra1-0/+6
2015-07-24postgresql: add reload commanddanbst1-0/+1
2015-07-21riak: new nixos serviceCharles Strahan1-0/+148
2015-07-02nixos/postgresql: Fix initdb for existing, empty postgres partitionsWilliam A. Kennington III1-3/+2
2015-07-01Use mkAfter for services.postgresql.authenticationEelco Dolstra1-1/+1
2015-06-15types.uniq types.bool -> types.boolEelco Dolstra2-2/+2
2015-06-10Remove unnecessary option. My mistake...Rob Vermaas1-8/+0
2015-06-10Merge cwoac:mysql_socketRob Vermaas1-1/+10
2015-05-07mysql: /run/mysql now 0755 (instead 0700)Joachim Schiele1-2/+2
2015-04-15Allow allowing local access to mysql socketOliver Matthews1-1/+10
2015-03-31nixos/mysql: CleanupsWilliam A. Kennington III1-5/+9
2015-03-29nixos/mysql: All versions of mysql have mysqld in /binWilliam A. Kennington III1-3/+1
2015-02-26Merge pull request #6283 from mdorman/masterlethalman1-3/+6
2015-02-23mongodb: remove lock file on restartJaka Hudoklin1-0/+1
2015-02-22nixos/redis: capitalize service descriptionBjørn Forsman1-2/+2
2015-02-11Fix initial-install issues with couchdb.nix.Michael Alan Dorman1-3/+6
2015-01-26Merge pull request #5982 from robberer/pkgs/openldapDomen Kožar1-9/+19
2015-01-26openldap: correct directory hintDomen Kožar1-1/+1
2015-01-26openldap: add dataDir, use cfg.user and cfg.group to run slapdLongrin Wischnewski1-9/+19
2015-01-25openldap: add example configDomen Kožar1-0/+16
2015-01-07doc: use postgresql94j-keck1-2/+2
2014-11-24opentsdb: Enable chunked API requests by defaultOliver Charles1-0/+1
2014-11-24OpenTSDB should create its schema on start upOliver Charles1-0/+5
2014-11-24hbase should use dataDir to specify where to store dataOliver Charles1-1/+32
2014-11-24opentsdb: Upgrade to 2.1.0-RC1Oliver Charles1-1/+6
2014-11-24opentsdb: New package and NixOS moduleOliver Charles1-0/+89
2014-11-24hbase: New package and NixOS moduleOliver Charles1-0/+102
2014-11-16update obsolete startOn valuesEvgeny Egorochkin3-4/+3
2014-10-18nixos/neo4j: add package optionJaka Hudoklin1-2/+8
2014-09-27postgresql: use configured port when invoking psqlTino Breddin1-2/+2
2014-09-16nixos/mongodb: service fixesJaka Hudoklin1-26/+28
2014-09-13nixos/influxdb: wait for startJaka Hudoklin1-0/+5
2014-08-27Manual: Start of module-specific documentationEelco Dolstra1-0/+77
2014-08-23nixos: add neo4j database moduleJaka Hudoklin1-0/+143
2014-07-15nixos/redis: fix evaluationBjørn Forsman1-1/+1
2014-07-15nixos/redis: clean up option typesBjørn Forsman1-14/+21
2014-07-08nixos: add 'firebird' groupMarc Weber1-0/+2
2014-07-02Get all lib functions from lib, not pkgs.lib, in modulesShea Levy1-1/+1
2014-06-30Merge pull request #2894 from kirelagin/fixusergroupMichael Raskin1-1/+1