summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 20:29:54 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 20:29:54 +0100
commit12a4e8f94f851d4511200afe2765fc515769744e (patch)
tree46c888f2ef295ee1882e21dbcc9b56641cc1c0a9 /hel.nix
parentb7a0a3e6775770cae3e49e75838ebdca3a47cd6e (diff)
downloadnixos-12a4e8f94f851d4511200afe2765fc515769744e.tar
nixos-12a4e8f94f851d4511200afe2765fc515769744e.tar.gz
nixos-12a4e8f94f851d4511200afe2765fc515769744e.tar.bz2
nixos-12a4e8f94f851d4511200afe2765fc515769744e.tar.xz
nixos-12a4e8f94f851d4511200afe2765fc515769744e.zip
Mlocate allows frequent reindexing
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index f1618d72..1513a533 100644
--- a/hel.nix
+++ b/hel.nix
@@ -283,7 +283,7 @@
283 283
284 locate = { 284 locate = {
285 enable = true; 285 enable = true;
286 interval = "daily"; 286 interval = "hourly";
287 locate = pkgs.mlocate; 287 locate = pkgs.mlocate;
288 localuser = null; 288 localuser = null;
289 prunePaths = ["/tmp" "/var/tmp" "/var/cache" "/var/lock" "/var/run" "/var/spool"]; 289 prunePaths = ["/tmp" "/var/tmp" "/var/cache" "/var/lock" "/var/run" "/var/spool"];