diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-16 18:12:57 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-16 18:12:57 +0200 |
commit | 5613ed99086618b91441d84620bdbe27a94ad1d2 (patch) | |
tree | 304f247c4099a430a29f6d44f5f41172a2c50a7d /nix | |
parent | 42409de1b1638f5d935831dc66ddff9a1d9ba29d (diff) | |
download | nixcfg-5613ed99086618b91441d84620bdbe27a94ad1d2.tar.gz nixcfg-5613ed99086618b91441d84620bdbe27a94ad1d2.zip |
Complete telemetry configuration
Diffstat (limited to 'nix')
-rw-r--r-- | nix/deuxfleurs.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index 3e880cc..66c153c 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -305,6 +305,11 @@ in "public_ipv6" = cfg.ipv6; }; }; + telemetry = { + publish_allocation_metrics = true; + publish_node_metrics = true; + prometheus_metrics = true; + }; tls = { http = true; rpc = true; |