diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-05 15:19:24 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-05 15:19:24 +0100 |
commit | 76739db05bd08f4c89ed737b41a261f692aa9d14 (patch) | |
tree | 506147a82f286e4379395f3dbde4818b8e449ada | |
parent | c302d1eef4bdd3ddb745303e71b5e0804ad147a4 (diff) | |
download | nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.tar nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.tar.gz nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.tar.bz2 nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.tar.xz nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.zip |
mlocate on hel
-rw-r--r-- | hel.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -280,6 +280,12 @@ | |||
280 | upower = { | 280 | upower = { |
281 | enable = true; | 281 | enable = true; |
282 | }; | 282 | }; |
283 | |||
284 | locate = { | ||
285 | enable = true; | ||
286 | interval = "daily"; | ||
287 | locate = pkgs.mlocate; | ||
288 | }; | ||
283 | }; | 289 | }; |
284 | 290 | ||
285 | users = { | 291 | users = { |