headscale: add ACL path
This commit is contained in:
parent
304222bf14
commit
9bbbe63866
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ in
|
||||||
services.headscale = {
|
services.headscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
acl_policy_path = "/var/lib/headscale/acls.yml";
|
||||||
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