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:
parent
88189548ec
commit
82871897a9
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
locate.enable = true;
|
||||
|
||||
depot.automatic-gc = {
|
||||
enable = true;
|
||||
interval = "1 hour";
|
||||
|
|
Loading…
Reference in a new issue