mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
Package todoist, add grive cron job, add asciidoctor
This commit is contained in:
@@ -60,7 +60,9 @@ in {
|
||||
|
||||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [];
|
||||
systemCronJobs = [
|
||||
"0 * * * * ${pkgs.grive2}/bin/grive -p ${config.users.users.kfm.home}/cloud/gdrive"
|
||||
];
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
|
||||
Reference in New Issue
Block a user