feat(monitoring): more status endpoints

This commit is contained in:
arcnmx 2024-06-01 11:22:28 -07:00
parent ebfd1f5a9a
commit 23b746191f
27 changed files with 344 additions and 138 deletions

View file

@ -22,6 +22,7 @@
samba.enable = true;
vouch-proxy = {
enable = true;
displayName = "Vouch Proxy/local";
id = "login.local";
};
nginx = let

View file

@ -28,4 +28,6 @@ _: {
};
};
};
# XXX: currently unplugged :<
access.online.enable = false;
}

View file

@ -5,6 +5,7 @@ _: {
./nixos.nix
];
ci.allowFailure = true;
access.online.enable = false;
proxmox = {
vm = {
id = 201;

View file

@ -5,6 +5,7 @@ _: {
arch = "x86_64";
type = "NixOS";
ci.allowFailure = true;
access.online.enable = false;
modules = [
./nixos.nix
];