chore: update flake.nix and fix locate service
This commit is contained in:
parent
925499b9c5
commit
c5b69d5ef9
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
BIN
nixos/flake.lock
BIN
nixos/flake.lock
Binary file not shown.
Loading…
Reference in a new issue