mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-16 15:17:15 +01:00
ildkule: add config for prometheus_mysqld_exporter
There's a PR waiting to add this module to nixpkgs, so we should enable this once it gets merged.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{ config, ... }: {
|
||||
imports = [
|
||||
./node.nix
|
||||
./matrix-synapse.nix
|
||||
./postgres.nix
|
||||
./gogs.nix
|
||||
./matrix-synapse.nix
|
||||
# TODO: enable once https://github.com/NixOS/nixpkgs/pull/242365 gets merged
|
||||
# ./mysqld.nix
|
||||
./node.nix
|
||||
./postgres.nix
|
||||
];
|
||||
|
||||
services.prometheus = {
|
||||
|
||||
Reference in New Issue
Block a user