Added status page

This commit is contained in:
Julien Malka 2021-12-26 00:21:23 +01:00
parent 48c36bbd4c
commit a42a771ece
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
7 changed files with 88 additions and 0 deletions

View file

@ -25,6 +25,13 @@
subdomain = "ci";
};
};
status = {
enable = true;
nginx = {
enable = true;
subdomain = "status";
};
};
};
nix.maxJobs = lib.mkDefault 8;