feat: add noisebell observability

This commit is contained in:
Jet 2026-05-27 20:09:44 -07:00
parent b57927a395
commit e6c1b82679
No known key found for this signature in database
24 changed files with 2289 additions and 137 deletions

View file

@ -7,7 +7,10 @@
}:
{
imports = [ (modulesPath + "/virtualisation/digital-ocean-config.nix") ];
imports = [
(modulesPath + "/virtualisation/digital-ocean-config.nix")
./observability.nix
];
system.stateVersion = "26.05";