summary refs log tree commit diff
path: root/nixos/modules/services/databases
Commit message (Collapse)AuthorAge
* nixos/redis: Use toString for interpolating slaveOf.portVictor Nawothnig2021-08-02
|
* nixos/postgresql: use postgres 13 for 21.11 (#131018)Yuka2021-07-24
| | | Co-authored-by: Kim Lindberger <kim.lindberger@gmail.com>
* nixos/mysql: use `port` typeDaniel Nagy2021-06-18
|
* Merge staging-next into staginggithub-actions[bot]2021-06-05
|\
| * treewide: Fix mysql alias deprecation breakagetalyz2021-06-04
| | | | | | | | | | | | 62733b37b4a866cabafe1fc8bb7415240126eb0b broke evaluation in all places `pkgs.mysql` was used. Fix this by changing all occurrences to `pkgs.mariadb`.
* | nixos/redis: set port type to `types.port`Daniel Nagy2021-05-30
|/
* nixos/firebird: updated firebird packagesuperherointj2021-05-23
|
* clickhouse: 20.11.4.13-stable -> 21.3.11.5-ltsMaximilian Bosch2021-05-19
| | | | | Failing Hydra build: https://hydra.nixos.org/build/143269865 ZHF #122042
* Merge pull request #122825 from Izorkin/update-duplicates-systemcallfiltersJörg Thalheim2021-05-17
|\ | | | | treewide: remove duplicates SystemCallFilters
| * treewide: remove duplicates SystemCallFiltersIzorkin2021-05-13
| |
* | nixos/postgresql: fix description of ensureUsers.ensurePermissionsRichard Marko2021-05-17
|/ | | | `attrName` and `attrValue` are now in correct order.
* Merge pull request #117094 from helsinki-systems/drop/spidermonkey_1_8_5ajs1242021-05-07
|\ | | | | spidermonkey_1_8_5: drop
| * couchdb2: dropajs1242021-05-03
| |
* | nixos/cassandra: extraUsers -> usersRobert Hensing2021-04-29
| |
* | nixos/cassandra: add myself as maintainerRobert Hensing2021-04-29
| |
* | nixos/cassandra: remove unnecessary literalExample callsRobert Hensing2021-04-29
| |
* | cassandra: use Nix scope checkingRobert Hensing2021-04-29
| |
* | cassandra: formatRobert Hensing2021-04-29
|/
* Merge pull request #118961 from Izorkin/update-redis-sandboxJörg Thalheim2021-04-20
|\ | | | | nixos/redis: enable sandbox mode
| * nixos/redis: add option maxclientsIzorkin2021-04-12
| |
| * nixos/redis: enable sandbox modeIzorkin2021-04-12
| |
* | Merge pull request #119389 from marsam/drop-postgresql_9_5Jörg Thalheim2021-04-16
|\ \ | | | | | | postgresql_9_5: drop
| * | postgresql_9_5: dropMario Rodas2021-04-01
| |/ | | | | | | | | PostgreSQL 9.5 has reached EOL on February 11, 2021. See https://www.postgresql.org/support/versioning/
* / nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}Symphorien Gibol2021-04-14
|/ | | | | | | | As the only consequence of isSystemUser is that if the uid is null then it's allocated below 500, if a user has uid = something below 500 then we don't require isSystemUser to be set. Motivation: https://github.com/NixOS/nixpkgs/issues/112647
* Merge pull request #118952 from expipiplus1/patch-2Aaron Andersen2021-04-10
|\ | | | | services.postgresql: Improve example clarity
| * services.postgresql: Improve example clarityJoe Hermaszewski2021-04-10
| | | | | | Although the quotes here aren't necessary, they may be if a user cargo-cults this example with a database name with hyphens (or other "unusual" characters).
* | nixos/redis: allow access to runtime and state directories to only redis userIzorkin2021-04-03
| |
* | nixos/redis: add option unixSocketPermIzorkin2021-04-03
|/
* Merge pull request #92929 from symphorien/postgresql-check-config-fileGuillaume Girol2021-04-02
|\ | | | | nixos/postgresql: check config file syntax at build time
| * nixos/postgresql: check config file syntax at build timeSymphorien Gibol2020-09-20
| |
* | nixos/mysql: properly configure mariadb for galera recoveryAaron Andersen2021-02-17
| |
* | treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | | | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* | redis: make masterAuth option optional (#109417)Milan2021-01-15
| |
* | Merge pull request #91813 from Mic92/types1Kevin Cox2021-01-14
|\ \ | | | | | | nixos/*: Add types to the database module options
| * | nixos/memcached: Type all optionsJanne Heß2020-06-30
| | |
| * | nixos/virtuoso: Type all optionsJanne Heß2020-06-30
| | |
| * | nixos/redis: Type all optionsJanne Heß2020-06-30
| | | | | | | | | | | | redis: switch back to mkOption
| * | nixos/firebird: Type all optionsJanne Heß2020-06-30
| | |
| * | nixos/mongodb: Type all optionsJanne Heß2020-06-30
| | |
* | | openldap: fix typo in maintainersilian2021-01-13
| | |
* | | nixos/redis: replace extraConfig option with settings optionAaron Andersen2021-01-04
| | |
* | | nixos/mongodb: fix running initialScript without a set root passwordmohe20152020-12-19
| | | | | | | | | | | | Co-authored-by: Timo Kaufmann <timokau@zoho.com>
* | | utillinux: rename to util-linuxGraham Christensen2020-11-24
| | |
* | | nixos/*: fix indentationzowoq2020-11-23
| | |
* | | nixos/openldap: Fix sssd-ldap testKai Wohlfahrt2020-11-21
| | | | | | | | | | | | Use this as a test of the migration warnings/functionality.
* | | nixos/openldap: use mkRenamedOptionModuleKai Wohlfahrt2020-11-21
| | | | | | | | | | | | | | | This offers less helpful warnings, but makes the implementation considerably more straightforward.
* | | nixos/openldap: fix path + base64 value typesKai Wohlfahrt2020-11-21
| | |
* | | nixos/openldap: Fix indentationKai Wohlfahrt2020-11-21
| | |
* | | nixos/openldap: Remove extraConfig optionsKai Wohlfahrt2020-11-21
| | | | | | | | | | | | Instead of deprecating, as per PR feedback
* | | nixos/openldap: Mention schemas in migration hintKai Wohlfahrt2020-11-21
| | |