diff options
Diffstat (limited to 'roles/vpn/templates/config.yml.j2')
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index 926a84f..4f815f4 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -160,7 +160,7 @@ log: # Path to a file containg ACL policies. # ACLs can be defined as YAML or HUJSON. # https://tailscale.com/kb/1018/acls/ -acl_policy_path: "/etc/headscale/acl.yml" +acl_policy_path: "/etc/headscale/acl.json" ## DNS # @@ -264,8 +264,7 @@ oidc: # - admins # - people # Optional. - allowed_users: - - "{{ headscale_allowed_users }}" + allowed_users: {{ headscale_allowed_users }} # If `strip_email_domain` is set to `true`, the domain part of the username email address will be removed. # This will transform `first-name.last-name@example.com` to the user `first-name.last-name` |