diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-05 15:30:16 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-05 15:30:16 +0100 |
commit | c88d7c8af4d39711112399c17f6fe1c3bec57d90 (patch) | |
tree | 8846c39ae5ccee94e085999f891cf1ca09119e66 /hel.nix | |
parent | 76739db05bd08f4c89ed737b41a261f692aa9d14 (diff) | |
download | nixos-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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||