headscale: Change ACL config to HuJSON
This commit is contained in:
parent
7d3583e811
commit
e9fbb32e9d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue