Add cronjob
This commit is contained in:
parent
f7f281d7b9
commit
4c8e46104c
1 changed files with 7 additions and 0 deletions
|
@ -81,5 +81,12 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"* * * * * root ls -l / > /tmp/cronout 2>&1"
|
||||
];
|
||||
}
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue