play with using healthchecks.io (#1)
This commit is contained in:
parent
10a9433932
commit
3fda01a546
2 changed files with 14 additions and 0 deletions
|
@ -5,3 +5,11 @@ This documents and configures the infrastructure used for the `nix-community` Gi
|
|||
## Usage
|
||||
|
||||
`./deploy`
|
||||
|
||||
## Hosts
|
||||
|
||||
* 
|
||||
|
||||
## Services
|
||||
|
||||
* buildkite on build01
|
||||
|
|
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue