diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-05 20:29:54 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-05 20:29:54 +0100 |
| commit | 12a4e8f94f851d4511200afe2765fc515769744e (patch) | |
| tree | 46c888f2ef295ee1882e21dbcc9b56641cc1c0a9 | |
| parent | b7a0a3e6775770cae3e49e75838ebdca3a47cd6e (diff) | |
| download | nixos-12a4e8f94f851d4511200afe2765fc515769744e.tar nixos-12a4e8f94f851d4511200afe2765fc515769744e.tar.gz nixos-12a4e8f94f851d4511200afe2765fc515769744e.tar.bz2 nixos-12a4e8f94f851d4511200afe2765fc515769744e.tar.xz nixos-12a4e8f94f851d4511200afe2765fc515769744e.zip | |
Mlocate allows frequent reindexing
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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"]; |
