diff --git a/osConfigs/hosts/server.nix b/osConfigs/hosts/server.nix index dd7fd53..6c9b07b 100644 --- a/osConfigs/hosts/server.nix +++ b/osConfigs/hosts/server.nix @@ -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 = [