forked from mirrors/nixpkgs
Merge pull request #179442 from alyssais/dictd
nixos/dictd: make dict use local server
This commit is contained in:
commit
8d002d4a47
|
@ -45,6 +45,10 @@ in
|
|||
# get the command line client on system path to make some use of the service
|
||||
environment.systemPackages = [ pkgs.dict ];
|
||||
|
||||
environment.etc."dict.conf".text = ''
|
||||
server localhost
|
||||
'';
|
||||
|
||||
users.users.dictd =
|
||||
{ group = "dictd";
|
||||
description = "DICT.org dictd server";
|
||||
|
|
Loading…
Reference in a new issue