diff options
Diffstat (limited to 'playbooks/roles/outbound/templates/headscale/config/config.yaml')
-rw-r--r-- | playbooks/roles/outbound/templates/headscale/config/config.yaml | 3 |
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 |