nixpkgs-suyu/nixos/modules/services/databases
Maximilian Bosch 64d05bbdd2
clickhouse: fix module and package runtime
Although the package itself builds fine, the module fails because it
tries to log into a non-existant file in `/var/log` which breaks the
service. Patching to default config to log to stdout by default fixes
the issue. Additionally this is the better solution as NixOS heavily
relies on systemd (and thus journald) for logging.

Also, the runtime relies on `/etc/localtime` to start, as it's not
required by the module system we set UTC as sensitive default when using
the module.

To ensure that the service's basic functionality is available, a simple
NixOS test has been added.
2018-12-20 13:03:41 +01:00
..
4store-endpoint.nix
4store.nix
aerospike.nix
cassandra.nix
clickhouse.nix clickhouse: fix module and package runtime 2018-12-20 13:03:41 +01:00
cockroachdb.nix nixos/cockroachdb: simplify dataDir management, tweaks 2018-12-04 19:44:16 -06:00
couchdb.nix
firebird.nix
foundationdb.nix
foundationdb.xml docs: format 2018-09-29 20:51:11 -04:00
hbase.nix
influxdb.nix
memcached.nix
monetdb.nix
mongodb.nix
mysql.nix mariadb: change location configuration file to /etc/my.cnf 2018-12-02 22:15:02 +03:00
neo4j.nix
openldap.nix nixos/openldap: Support configuring the log level 2018-12-13 15:14:59 +01:00
opentsdb.nix
pgmanage.nix
postgresql.nix postgresql: Enable systemd integration for 9.6+ 2018-11-27 19:16:21 +00:00
postgresql.xml postgresql*: use underscores in version numbers 2018-10-30 14:32:21 +00:00
redis.nix
rethinkdb.nix
riak-cs.nix
riak.nix
stanchion.nix
virtuoso.nix