From 128b1e204c46a652b60d12357e633c50b95e0ac4 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 17 Oct 2022 08:09:34 -0600 Subject: [PATCH] europa: run taskob every 30min --- hosts/europa/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/europa/default.nix b/hosts/europa/default.nix index 35fa25e..b242407 100644 --- a/hosts/europa/default.nix +++ b/hosts/europa/default.nix @@ -161,6 +161,7 @@ in { systemCronJobs = [ "*/2 * * * * qbit . /etc/profile; (cd ~/Brain && git sync) >/dev/null 2>&1" "*/5 * * * * qbit . /etc/profile; (cd ~/org && git sync) >/dev/null 2>&1" + "*/30 * * * * qbit . /etc/profile; taskobs" ]; };