fixes localuser warning due to plocate incompatibility

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-28 17:42:22 -04:00 committed by Alice Huston
parent b143a2f948
commit 4815df94f2

View File

@ -3,6 +3,7 @@
{
services.locate = {
enable = lib.mkDefault true;
localuser = lib.mkDefault null;
package = lib.mkDefault pkgs.plocate;
};
}