summary refs log tree commit diff
path: root/nixos/modules/services/misc/dictd.nix
Commit message (Collapse)AuthorAge
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos/modules: use defaultText where applicableJoachim Fasting2016-11-21
| | | | | | Primarily to fix rendering of these default values in the manual but it's also nice to avoid having to eval these things just to build the manual.
* nixos: dictd, make wiktionary and wordnet default dictsEdward Tjörnhammar2016-10-19
|
* nixos: dictd config location; bind to cfgEdward Tjörnhammar2016-10-19
|
* update docs for services.dictd.* config optionsMirzhan Irkegulov2016-05-05
| | | added types for both options and an example for services.dictd.DBs
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* 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.
* nixos: Assign uid/gid to dictd's service user.Petr Rockai2014-02-22
|
* nixos: Add a dictd service.Petr Rockai2014-01-25