mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Added status page
This commit is contained in:
parent
48c36bbd4c
commit
a42a771ece
7 changed files with 88 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
|||
subdomain = "ci";
|
||||
};
|
||||
};
|
||||
status = {
|
||||
enable = true;
|
||||
nginx = {
|
||||
enable = true;
|
||||
subdomain = "status";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix.maxJobs = lib.mkDefault 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue