remove crontab job from server

This commit is contained in:
2025-03-24 14:26:15 +01:00
parent db3d5e859a
commit a50bb4aa2e

View File

@ -28,12 +28,11 @@
];
boot.supportedFilesystems = [ "zfs" ];
services.cron.enable = true;
services.cron.systemCronJobs = [
# m h dom m dow
# https://crontab.guru <3
"15 * * * * cd /root/nix-config && git pull origin && git push github"
];
# services.cron.enable = false;
# services.cron.systemCronJobs = [
# # m h dom m dow
# # https://crontab.guru <3
# ];
networking.firewall.allowedTCPPorts = [
22 #git ssh