Automatically update locate db
This commit is contained in:
parent
e3abd332af
commit
9212f3a380
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@
|
|||
|
||||
nix.trustedUsers = [ "@wheel" ];
|
||||
|
||||
services.locate = {
|
||||
enable = true;
|
||||
interval = "hourly";
|
||||
localuser = "charlotte";
|
||||
};
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
defaultUserShell = pkgs.zsh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue