fix: enable prometheus stuff

This commit is contained in:
Noah Masur
2025-03-23 17:30:59 +00:00
parent b901b9abd9
commit a85180beee
3 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@ in
};
services = {
nix.enable = lib.mkDefault true;
prometheus-exporters.enable = lib.mkDefault true;
};
};