about summary refs log tree commit diff
path: root/users/wpcarro/common.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-25T02·16-0500
committerwpcarro <wpcarro@gmail.com>2021-12-25T16·07+0000
commit82871897a933cc599cd29c43e394f4bf536157db (patch)
tree60621a56d4f0e8f4419124f0bfc64460bc7199dd /users/wpcarro/common.nix
parent88189548ec3839dfaaba85579c0aa34ad90163f2 (diff)
feat(wpcarro/nixos): Enable locate r/3397
Periodically run updatedb.

Change-Id: Ia1b70e84f991ae3b584b8479f59b45639cd28a59
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4603
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/common.nix')
-rw-r--r--users/wpcarro/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix
index b8ecc6843c..61d35afaed 100644
--- a/users/wpcarro/common.nix
+++ b/users/wpcarro/common.nix
@@ -21,6 +21,8 @@
   };
 
   services = {
+    locate.enable = true;
+
     depot.automatic-gc = {
       enable = true;
       interval = "1 hour";