about summary refs log tree commit diff
path: root/nixos/modules/services/databases
AgeCommit message (Expand)AuthorFilesLines
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra12-24/+25
2014-04-11Revert "Merge branch 'postgresql-user' of git://github.com/ocharles/nixpkgs"Shea Levy1-1/+1
2014-04-11Revert "postgresql: properly fix permissions issue by in postStart"Shea Levy1-2/+2
2014-04-11Revert "Create the 'postgres' superuser"Shea Levy1-6/+0
2014-04-11Revert "Use PostgreSQL 9.3's `pg_isready` to wait for connectivity"Shea Levy1-1/+1
2014-04-07Merge branch 'postgresql-user-fix' of git://github.com/ocharles/nixpkgs into ...Shea Levy1-1/+7
2014-04-06Use PostgreSQL 9.3's `pg_isready` to wait for connectivityOliver Charles1-1/+1
2014-04-06Create the 'postgres' superuserOliver Charles1-0/+6
2014-04-01Added MonetDB NixOS module.George Kollias1-0/+88
2014-03-31postgresql: properly fix permissions issue by in postStartVladimir Kirillov1-2/+2
2014-03-19mysql service: Shutdown with normal systemd SIGTERM instead of mysqladminRickard Nilsson1-3/+0
2014-03-15Merge branch 'postgresql-user' of git://github.com/ocharles/nixpkgsShea Levy1-1/+1
2014-03-14mysql module: Specify --basedirShea Levy1-1/+1
2014-03-10nixos/couchdb: fix stopping of service, by making it non-forking, a few other...Jaka Hudoklin1-24/+9
2014-02-27couchdb: remove redundant customConfigFileDomen Kožar1-32/+8
2014-02-27couchdb: stricter typesDomen Kožar1-6/+6
2014-02-27folders of pidFile and uriFile should be writable by couchdb user/groupRok Garbas1-3/+2
2014-02-27couchdb(nixos): removing whitespace and line that was commentedRok Garbas1-2/+1
2014-02-27update couchdb to 1.5.0(current latest) and add service for itRok Garbas1-0/+214
2014-02-27nixos: set all package options to have type packageDomen Kožar4-1/+4
2014-02-26Merge mysql55 module into mysqlShea Levy2-251/+18
2014-02-13postgresql module: Use the default superuser usernameOliver Charles1-1/+1
2014-01-11services.postgresql: Hint to use mkForce for authenticationOliver Charles1-1/+5
2013-12-13memcached: set uid to make it work with #1076Jaka Hudoklin1-1/+2
2013-12-03postgresql: Fix shutdownEelco Dolstra1-0/+1
2013-11-28Merge pull request #1292 from jozko/openldap-fixesDomen Kožar1-2/+25
2013-11-28Added openldap user, group and configure service so its not running as root.Jozko Skrablin1-2/+25
2013-11-27postgresql: Fix the port optionEelco Dolstra1-3/+6
2013-11-18Allow running NixOS services outside of systemdEelco Dolstra1-2/+7
2013-11-07nixos/mongodb: set static uid to work with #1076Jaka Hudoklin1-2/+3
2013-10-30Use the "assertions" option instead of mkAssertEelco Dolstra2-14/+20
2013-10-30Add lots of missing option typesEelco Dolstra1-4/+13
2013-10-28nixos/redis: log to syslog by defaultJaka Hudoklin1-1/+8
2013-10-28nixos/redis: user set uid, make it compatible #1076Jaka Hudoklin1-1/+2
2013-10-25firebird.nix: Fix a misplaced } that causes "users" to be outside "config"Eelco Dolstra1-2/+2
2013-10-23Remove dependencies on the Nixpkgs locationEelco Dolstra2-4/+4
2013-10-21Firebird service:Marc Weber1-38/+51
2013-10-21postgresql.authMethod: remove unimplemented option.Evgeny Egorochkin1-8/+0
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra11-0/+1616