remove crontab job from server
This commit is contained in:
@ -28,12 +28,11 @@
|
|||||||
];
|
];
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
services.cron.enable = true;
|
# services.cron.enable = false;
|
||||||
services.cron.systemCronJobs = [
|
# services.cron.systemCronJobs = [
|
||||||
# m h dom m dow
|
# # m h dom m dow
|
||||||
# https://crontab.guru <3
|
# # https://crontab.guru <3
|
||||||
"15 * * * * cd /root/nix-config && git pull origin && git push github"
|
# ];
|
||||||
];
|
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
22 #git ssh
|
22 #git ssh
|
||||||
|
Reference in New Issue
Block a user