1
0
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:
Kierán Meinhardt
2019-01-13 16:10:29 +01:00
parent 2211d9ef3e
commit 4a8e41b772
5 changed files with 137 additions and 11 deletions

View File

@@ -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 = {