Commit 621221f09de0

Vincent Demeester <vincent@sbr.pm>
2025-06-16 22:33:16
systems/kyushu: add locate and dictd services
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8d9716b
Changed files (1)
systems
systems/kyushu/extra.nix
@@ -36,6 +36,19 @@
         '';
       };
     };
+    dictd = {
+      enable = true;
+      DBs = with pkgs.dictdDBs; [
+        wiktionary
+        wordnet
+        fra2eng
+        eng2fra
+      ];
+    };
+    locate = {
+      enable = true;
+      pruneBindMounts = true;
+    };
     wireguard = {
       enable = true;
       ips = globals.fn.wg-ips globals.machines.kyushu.net.vpn.ips;