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 = {
|
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?
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
BIN
nixos/flake.lock
BIN
nixos/flake.lock
Binary file not shown.
Loading…
Reference in a new issue