From a50bb4aa2e2cf7d5606599e634ea5e1e87082baf Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 24 Mar 2025 14:26:15 +0100 Subject: [PATCH] remove crontab job from server --- osConfigs/hosts/server.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/osConfigs/hosts/server.nix b/osConfigs/hosts/server.nix index 6c9b07b..0472814 100644 --- a/osConfigs/hosts/server.nix +++ b/osConfigs/hosts/server.nix @@ -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