nix-config/hosts/m3-nix/services/cron.nix

7 lines
75 B
Nix

{
services.cron = {
enable = true;
systemCronJobs = [""];
};
}