summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 15:30:16 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 15:30:16 +0100
commitc88d7c8af4d39711112399c17f6fe1c3bec57d90 (patch)
tree8846c39ae5ccee94e085999f891cf1ca09119e66 /hel.nix
parent76739db05bd08f4c89ed737b41a261f692aa9d14 (diff)
downloadnixos-c88d7c8af4d39711112399c17f6fe1c3bec57d90.tar
nixos-c88d7c8af4d39711112399c17f6fe1c3bec57d90.tar.gz
nixos-c88d7c8af4d39711112399c17f6fe1c3bec57d90.tar.bz2
nixos-c88d7c8af4d39711112399c17f6fe1c3bec57d90.tar.xz
nixos-c88d7c8af4d39711112399c17f6fe1c3bec57d90.zip
Fix for mlocate
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 2d7aa59d..e0cf40e7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -285,6 +285,7 @@
285 enable = true; 285 enable = true;
286 interval = "daily"; 286 interval = "daily";
287 locate = pkgs.mlocate; 287 locate = pkgs.mlocate;
288 localuser = null;
288 }; 289 };
289 }; 290 };
290 291