getting dalinar up to date with plocate

This commit is contained in:
Chris Cochrun 2022-09-04 16:11:08 -05:00
parent aab76eaf38
commit 49d0980659
2 changed files with 10 additions and 0 deletions

View file

@ -1078,6 +1078,11 @@ Dalinar's config is of course server oriented.
# List services that you want to enable:
services.locate = {
enable = true;
locate = pkgs.plocate;
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.fstrim.enable = true;

View file

@ -109,6 +109,11 @@
# List services that you want to enable:
services.locate = {
enable = true;
locate = pkgs.plocate;
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.fstrim.enable = true;