fix locate package
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
db57d86787
commit
41dde8c111
@ -1,6 +1,8 @@
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.locate.enable = lib.mkDefault true;
|
||||
environment.systemPackages = [ pkgs.plocate ];
|
||||
services.locate = {
|
||||
enable = lib.mkDefault true;
|
||||
package = lib.mkDefault pkgs.plocate;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user