fixing plocate's deprecated localuser

This commit is contained in:
Chris Cochrun 2022-09-18 06:10:23 -05:00
parent 771edcced6
commit 82d3d1450a
2 changed files with 2 additions and 0 deletions

View file

@ -1100,6 +1100,7 @@ Dalinar's config is of course server oriented.
services.locate = {
enable = true;
locate = pkgs.plocate;
localuser = null;
};
# Enable the OpenSSH daemon.

View file

@ -120,6 +120,7 @@
services.locate = {
enable = true;
locate = pkgs.plocate;
localuser = null;
};
# Enable the OpenSSH daemon.