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" ];
|
nix.trustedUsers = [ "@wheel" ];
|
||||||
|
|
||||||
|
services.locate = {
|
||||||
|
enable = true;
|
||||||
|
interval = "hourly";
|
||||||
|
localuser = "charlotte";
|
||||||
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
defaultUserShell = pkgs.zsh;
|
defaultUserShell = pkgs.zsh;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue