Merge pull request #179442 from alyssais/dictd

nixos/dictd: make dict use local server
This commit is contained in:
7c6f434c
2022-07-01 16:52:54 +00:00
committed by GitHub
+4
View File
@@ -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";