From 82871897a933cc599cd29c43e394f4bf536157db Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Dec 2021 21:16:24 -0500 Subject: feat(wpcarro/nixos): Enable locate Periodically run updatedb. Change-Id: Ia1b70e84f991ae3b584b8479f59b45639cd28a59 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4603 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix index b8ecc6843ce8..61d35afaed37 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"; -- cgit 1.4.1