summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-21 02:05:33 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-21 02:05:33 -0500
commit2e71f8ea95a76c9403bb3636586cdbb5f9a49352 (patch)
treed95564d8bd4cf377648fefc0d139041c15978232 /modules
parent23614a911c289b875ca357e376259461626a91e0 (diff)
downloadpuppet-tozt-2e71f8ea95a76c9403bb3636586cdbb5f9a49352.tar.gz
puppet-tozt-2e71f8ea95a76c9403bb3636586cdbb5f9a49352.zip
also remap the metrics port
apparently grafana/prometheus is already using this
Diffstat (limited to 'modules')
-rw-r--r--modules/headscale/templates/config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/headscale/templates/config.yaml b/modules/headscale/templates/config.yaml
index 93f5133..10136f4 100644
--- a/modules/headscale/templates/config.yaml
+++ b/modules/headscale/templates/config.yaml
@@ -1,6 +1,6 @@
server_url: https://headscale.tozt.net
listen_addr: 0.0.0.0:8081
-metrics_listen_addr: 0.0.0.0:9090
+metrics_listen_addr: 0.0.0.0:9091
private_key_path: <%= @data_dir %>/private.key
noise:
private_key_path: <%= @data_dir %>/noise_private.key