diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/caladan/services.nix | 2 | ||||
| -rw-r--r-- | hosts/common/optional/misc.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/caladan/services.nix b/hosts/caladan/services.nix index 15d9204..79c5b97 100644 --- a/hosts/caladan/services.nix +++ b/hosts/caladan/services.nix @@ -6,7 +6,7 @@ cron.enable = true; - #dictd.enable = true; + dictd.enable = true; iperf3.openFirewall = true; diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index 727c06d..14fe305 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -7,7 +7,7 @@ pkgs.aspellDicts.en pkgs.aspellDicts.en-computers pkgs.aspellDicts.en-science - #pkgs.dict + pkgs.dict pkgs.encfs pkgs.master.enscript pkgs.expect |
