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

7 lines
77 B
Nix

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