{ config, pkgs, ... }:
{
imports = [
];
services.locate = {
enable = config.r6d.config-generator.locate;
interval = "hourly";
};
}