chore: update flake.nix and fix locate service

This commit is contained in:
matt1432 2023-10-03 22:59:32 -04:00
parent 925499b9c5
commit c5b69d5ef9
2 changed files with 3 additions and 2 deletions

View file

@ -48,6 +48,8 @@
locate = { locate = {
enable = true; enable = true;
locate = pkgs.mlocate;
localuser = null;
interval = "hourly"; interval = "hourly";
prunePaths = [ prunePaths = [
"/tmp" "/tmp"
@ -58,8 +60,7 @@
"/var/spool" "/var/spool"
"/nix/var/log/nix" "/nix/var/log/nix"
"/proc" "/proc"
"/run/user/1000" "/run/user"
"${pkgs.findutils}/" # doesn't work?
]; ];
}; };
}; };

Binary file not shown.