build01: remove healthcheck ping

This is already covered by Mic92's monitoring system.
This commit is contained in:
zimbatm 2021-05-09 16:52:25 +02:00
parent a8c48b562c
commit dc4a411085
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -34,11 +34,6 @@
networking.nix-community.ipv6.address = "2a01:4f8:13b:2ceb::1";
systemd.services.healthcheck-ping = {
startAt = "*:0/5"; # every 5 minutes
serviceConfig.ExecStart = "${pkgs.curl}/bin/curl -X POST -sfL https://hc-ping.com/fcf6c029-5b57-44aa-b392-923f3d894dd9";
};
boot.kernelPackages = pkgs.linuxPackages_latest;
system.stateVersion = "20.03";