les expressions activées "à la main" sont séparées dans un dossier
This commit is contained in:
11
activation-manuelle/locate.nix
Normal file
11
activation-manuelle/locate.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
services.locate= {
|
||||
enable = true;
|
||||
interval = "hourly";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user