From 10c156f9a970fc6b13b56ef2c2daea4098c98811 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 20 Apr 2025 20:17:37 -0500 Subject: [PATCH] updated cron script --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 4994f29..377b554 100755 --- a/configuration.nix +++ b/configuration.nix @@ -333,7 +333,7 @@ backup /etc/nix-bitcoin-secrets/ localhost/ "*/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" - "0 0 * * 0 /run/current-system/sw/bin/echo y | docker-user /run/current-system/sw/bin/docker system prune -a" + "0 0 * * 0 docker-user yes | /run/current-system/sw/bin/docker system prune -a" ]; };