massicot,calcite: enable blackbox exporter and probes
This commit is contained in:
parent
daeeb211a2
commit
428a9651d8
1 changed files with 5 additions and 0 deletions
|
@ -265,6 +265,11 @@
|
|||
custom.forgejo-actions-runner.enable = true;
|
||||
custom.forgejo-actions-runner.tokenFile = config.sops.secrets.gitea_env.path;
|
||||
|
||||
custom.prometheus = {
|
||||
enable = true;
|
||||
exporters.blackbox.enable = true;
|
||||
};
|
||||
|
||||
# MTP support
|
||||
services.gvfs.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue