summaryrefslogtreecommitdiffstats
path: root/modules/headscale/templates/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/headscale/templates/config.yaml')
-rw-r--r--modules/headscale/templates/config.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/headscale/templates/config.yaml b/modules/headscale/templates/config.yaml
new file mode 100644
index 0000000..296fdd5
--- /dev/null
+++ b/modules/headscale/templates/config.yaml
@@ -0,0 +1,11 @@
+server_url: https://headscale.tozt.net
+listen_addr: 0.0.0.0:8080
+metrics_listen_addr: 0.0.0.0:9090
+private_key_path: <%= @data_dir %>/private.key
+noise:
+ private_key_path: <%= @data_dir %>/noise_private.key
+ip_prefixes:
+ - 100.64.0.0/10
+disable_check_updates: true
+db_type: sqlite3
+db_path: <%= @data_dir %>/db.sqlite