This commit is contained in:
soraefir
2026-05-09 19:40:22 +02:00
parent 9273387170
commit 59c6b68501
2 changed files with 9 additions and 1 deletions

View File

@@ -85,4 +85,6 @@ in {
echo "Completed Setup"
'';
};
cron = [ "*/5 * * * * root ${pkgs.podman}/bin/podman --events-backend=none exec -u www-data nextcloud-server php -f /var/www/html/cron.php" ];
}