updated cron for external ip call

This commit is contained in:
naturallaw77 2023-07-16 00:06:13 -07:00
parent a546a061af
commit 3ea9614325

View File

@ -361,9 +361,9 @@ backup /etc/nix-bitcoin-secrets/ localhost/
services.cron = {
enable = true;
systemCronJobs = [
"*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php"
"15 * * * * root /var/lib/njalla/njalla.sh"
"0 */2 * * * root /var/lib/external_ip/external_ip.sh"
"*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php"
"*/15 * * * * root /var/lib/njalla/njalla.sh"
"*/15 * * * * root /var/lib/external_ip/external_ip.sh"
];
};