summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 15:19:24 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 15:19:24 +0100
commit76739db05bd08f4c89ed737b41a261f692aa9d14 (patch)
tree506147a82f286e4379395f3dbde4818b8e449ada /hel.nix
parentc302d1eef4bdd3ddb745303e71b5e0804ad147a4 (diff)
downloadnixos-76739db05bd08f4c89ed737b41a261f692aa9d14.tar
nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.tar.gz
nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.tar.bz2
nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.tar.xz
nixos-76739db05bd08f4c89ed737b41a261f692aa9d14.zip
mlocate on hel
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 51586c53..2d7aa59d 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 = {