headscale: Change ACL config to HuJSON

This commit is contained in:
Erwin Boskma 2023-04-13 08:40:05 +02:00
parent 7d3583e811
commit e9fbb32e9d
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -21,7 +21,7 @@ in
services.headscale = { services.headscale = {
enable = true; enable = true;
settings = { settings = {
acl_policy_path = "/var/lib/headscale/acls.yml"; acl_policy_path = "/var/lib/headscale/acls.hujson";
dns_config = { dns_config = {
override_local_dns = true; override_local_dns = true;
base_domain = cfg.baseDomain; base_domain = cfg.baseDomain;