summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index e0cf40e7..f1618d72 100644
--- a/hel.nix
+++ b/hel.nix
@@ -286,6 +286,7 @@
286 interval = "daily"; 286 interval = "daily";
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 }; 290 };
290 }; 291 };
291 292