mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(monitoring): more status endpoints
This commit is contained in:
parent
ebfd1f5a9a
commit
23b746191f
27 changed files with 344 additions and 138 deletions
|
|
@ -22,6 +22,7 @@
|
|||
samba.enable = true;
|
||||
vouch-proxy = {
|
||||
enable = true;
|
||||
displayName = "Vouch Proxy/local";
|
||||
id = "login.local";
|
||||
};
|
||||
nginx = let
|
||||
|
|
|
|||
|
|
@ -28,4 +28,6 @@ _: {
|
|||
};
|
||||
};
|
||||
};
|
||||
# XXX: currently unplugged :<
|
||||
access.online.enable = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ _: {
|
|||
./nixos.nix
|
||||
];
|
||||
ci.allowFailure = true;
|
||||
access.online.enable = false;
|
||||
proxmox = {
|
||||
vm = {
|
||||
id = 201;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ _: {
|
|||
arch = "x86_64";
|
||||
type = "NixOS";
|
||||
ci.allowFailure = true;
|
||||
access.online.enable = false;
|
||||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue