Add cronjob

This commit is contained in:
Michael Huebner 2025-03-31 15:16:45 +02:00
parent f7f281d7b9
commit 4c8e46104c

View file

@ -81,5 +81,12 @@ in
};
};
};
cron = {
enable = true;
systemCronJobs = [
"* * * * * root ls -l / > /tmp/cronout 2>&1"
];
}
};
}