play with using healthchecks.io ()

This commit is contained in:
zimbatm 2019-08-12 17:24:59 +00:00 committed by GitHub
parent 10a9433932
commit 3fda01a546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -5,3 +5,11 @@ This documents and configures the infrastructure used for the `nix-community` Gi
## Usage
`./deploy`
## Hosts
* ![build01](https://healthchecks.io/badge/c9e58e14-c706-4084-959b-17b06fbd124f/QFBOLbO1/build01.svg)
## Services
* buildkite on build01

View file

@ -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" ];