about summary refs log tree commit diff
path: root/nixos/modules/services/search
Commit message (Collapse)AuthorAge
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* solr: add extraJars optionDomen Kožar2014-04-03
|
* solr module: Activate JSP support in WinstoneRickard Nilsson2014-03-21
| | | | | | Required by older versions of solr. The JSP support in Winstone seems spotty, but at one point we'll switch over to Jetty instead.
* Merge branch 'nixos/elasticsearch/elasticsearch_fix' of ↵Shea Levy2014-03-19
|\ | | | | | | | | | | git://github.com/offlinehacker/nixpkgs nixos/elasticsearch: Make port an integer, add dataDir option, make pure
| * nixos/elasticsearch: Make port an integer, add dataDir option, make pureJaka Hudoklin2014-03-10
| |
* | New NixOS module: services.solr, for running a solr serverRickard Nilsson2014-03-13
|/
* Removed unnecessary mkIfZef Hemel2013-11-05
| | | The whole block is already wrapped in cfg.enable and this breaks some things.
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Fix bogus mkOption typesEelco Dolstra2013-10-28
| | | | | Among others, systemd unit options were not being type-checked because of this. mkOption should really check its arguments better...
* nixos/elasticsearch: change loglevel from DEBUG to INFOJaka Hudoklin2013-10-12
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10