fix cron job line

This commit is contained in:
2025-03-24 14:11:06 +01:00
parent 7f34e74f38
commit db3d5e859a

View File

@ -32,7 +32,7 @@
services.cron.systemCronJobs = [
# m h dom m dow
# https://crontab.guru <3
"0 0/1 * * * cd /root/nix-config && git pull origin && git push github"
"15 * * * * cd /root/nix-config && git pull origin && git push github"
];
networking.firewall.allowedTCPPorts = [