workstation | enable mlocate
This commit is contained in:
parent
ee11a6bf93
commit
08d89e571b
1 changed files with 6 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
||||||
users.users.don = {
|
users.users.don = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Don Harper";
|
description = "Don Harper";
|
||||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" ];
|
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" "mlocate" ];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
|
||||||
];
|
];
|
||||||
|
|
@ -229,6 +229,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.locate = {
|
||||||
|
enable = true;
|
||||||
|
locate = pkgs.mlocate;
|
||||||
|
localuser = null;
|
||||||
|
};
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "-d";
|
options = "-d";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue