Commit e8b880898214

Vincent Demeester <vincent@sbr.pm>
2025-03-18 20:58:33
systems/wakasu: trying to enable dictd ๐Ÿ™ƒ
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b6ab893
Changed files (1)
systems
systems/hosts/wakasu.nix
@@ -169,6 +169,10 @@ in
     };
   };
   services = {
+    dictd = {
+      enable = true;
+      DBs = with pkgs.dictdDBs; [ wiktionary wordnet fra2eng eng2fra ];
+    };
     locate = {
       enable = true;
       pruneBindMounts = true;