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

Binary file not shown.