From a682abd501665632c4f161d3fa185b996e7d933d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 27 Jan 2024 18:17:26 -0800 Subject: [PATCH] updated cron script --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index f108921..f3a5799 100755 --- a/configuration.nix +++ b/configuration.nix @@ -360,8 +360,8 @@ backup /etc/nix-bitcoin-secrets/ localhost/ enable = true; systemCronJobs = [ "*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php" - "*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/njalla/njalla.sh" - "*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/external_ip/external_ip.sh" + "*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/njalla/njalla.sh" + "*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/external_ip/external_ip.sh" ]; };