fix(monitoring): enumerate exporters properly

This commit is contained in:
arcnmx 2024-05-30 13:27:20 -07:00
parent a1273971d9
commit 452e76e173
2 changed files with 9 additions and 7 deletions

View file

@ -7,6 +7,8 @@
in {
arch = "x86_64";
type = "NixOS";
access.online.enable = false;
exports.defaultServices = false;
modules = mkForce [
./nixos.nix
];