summaryrefslogtreecommitdiff
path: root/playbooks/roles/outbound/templates/headscale
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-04-20 14:13:00 -0700
committerElizabeth Hunt <me@liz.coffee>2025-04-20 14:13:00 -0700
commit1a1b7c7d9303f5ebadc8e71dad3c82f3bea2bb24 (patch)
treeb391876a99e0b206e74c4a37164e804886b88133 /playbooks/roles/outbound/templates/headscale
parentd85cfa1693068666512b183ce9437faddda7de87 (diff)
downloadinfra-1a1b7c7d9303f5ebadc8e71dad3c82f3bea2bb24.tar.gz
infra-1a1b7c7d9303f5ebadc8e71dad3c82f3bea2bb24.zip
Fix umask
Diffstat (limited to 'playbooks/roles/outbound/templates/headscale')
-rw-r--r--playbooks/roles/outbound/templates/headscale/config/config.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/roles/outbound/templates/headscale/config/config.yaml b/playbooks/roles/outbound/templates/headscale/config/config.yaml
index 660708e..6bfbfb9 100644
--- a/playbooks/roles/outbound/templates/headscale/config/config.yaml
+++ b/playbooks/roles/outbound/templates/headscale/config/config.yaml
@@ -105,10 +105,9 @@ database:
# SQLite config
sqlite:
path: /var/lib/headscale/db.sqlite
- write_ahead_log: true
+ write_ahead_log: false # cuz we sometimes need to rollout. ahhhhh.
wal_autocheckpoint: 1000
-
log:
# Output formatting for logs: text or json
format: text