Files
nix-config/server/modules/cron.nix
2023-10-27 19:50:01 +02:00

6 lines
44 B
Nix

{
services.cron = {
enable = true;
};
}