From 76739db05bd08f4c89ed737b41a261f692aa9d14 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Jan 2017 15:19:24 +0100 Subject: mlocate on hel --- hel.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hel.nix b/hel.nix index 51586c53..2d7aa59d 100644 --- a/hel.nix +++ b/hel.nix @@ -280,6 +280,12 @@ upower = { enable = true; }; + + locate = { + enable = true; + interval = "daily"; + locate = pkgs.mlocate; + }; }; users = { -- cgit v1.2.3