diff --git a/README.md b/README.md index d593ce7..dded7db 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,11 @@ This documents and configures the infrastructure used for the `nix-community` Gi ## Usage `./deploy` + +## Hosts + +*  + +## Services + +* buildkite on build01 diff --git a/build01/configuration.nix b/build01/configuration.nix index 09af4cf..4d30843 100644 --- a/build01/configuration.nix +++ b/build01/configuration.nix @@ -35,6 +35,12 @@ ''; }; + services.cron.enable = true; + services.cron.systemCronJobs = [ + # record that this machine is alive + "*/5 * * * * root ${pkgs.curl}/bin/curl -sfL https://hc-ping.com/fcf6c029-5b57-44aa-b392-923f3d894dd9" + ]; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.supportedFilesystems = [ "zfs" ];