feat(wpcarro/nixos): Enable locate

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
This commit is contained in:
William Carroll 2021-12-24 21:16:24 -05:00 committed by wpcarro
parent 88189548ec
commit 82871897a9

View file

@ -21,6 +21,8 @@
};
services = {
locate.enable = true;
depot.automatic-gc = {
enable = true;
interval = "1 hour";