ajout du service locate (non activé dans base)

This commit is contained in:
2016-05-08 18:20:15 +02:00
parent f0c5ce1e8c
commit d7844c641c

11
locate.nix Normal file
View File

@@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
imports = [
];
services.locate= {
enable = true;
interval = "hourly";
};
}